diff options
Diffstat (limited to '')
-rwxr-xr-x | dist/cache_name.txt | 2 | ||||
-rwxr-xr-x | dist/js/app.js | 3 | ||||
-rwxr-xr-x | dist/pages/about.html | 2 | ||||
-rwxr-xr-x | dist/sw.js | 4 |
4 files changed, 6 insertions, 5 deletions
diff --git a/dist/cache_name.txt b/dist/cache_name.txt index b65739a..0d968c3 100755 --- a/dist/cache_name.txt +++ b/dist/cache_name.txt @@ -2,4 +2,4 @@ -///site-static-1.0.15.0-beta-9f73d14||| +///site-static-1.0.15.0-beta-a0a53be||| diff --git a/dist/js/app.js b/dist/js/app.js index 14fc2bf..783361e 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.15.0-beta"; -const previous_commit = "9f73d145b6aadb506143b0a3ec1b1d3697f24a04"; +const previous_commit = "a0a53bec5f61439dece140798235114a0164e26d"; const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund if ("serviceWorker" in navigator) { @@ -194,6 +194,7 @@ var _paq = window._paq = window._paq || []; _paq.push(['setCustomVariable', 4, 'errorreporting', errorreporting_report, 'visit']); _paq.push(['setCustomVariable', 5, 'domain', window.location.host, 'visit']); _paq.push(['trackPageView']); + _paq.push(['trackAllContentImpressions']); _paq.push(['enableLinkTracking']); (function() { var u="//matomo.gimb.tk/"; diff --git a/dist/pages/about.html b/dist/pages/about.html index f79bc58..b501109 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -160,7 +160,7 @@ <div class="row"> <p> <small> - ^HEAD 9f73d145b6aadb506143b0a3ec1b1d3697f24a04 + ^HEAD a0a53bec5f61439dece140798235114a0164e26d </small> </p> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.15.0-beta-9f73d14"; -// commit before the latest is 9f73d145b6aadb506143b0a3ec1b1d3697f24a04 +const static_cache_name = "site-static-1.0.15.0-beta-a0a53be"; +// commit before the latest is a0a53bec5f61439dece140798235114a0164e26d // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |