From 577c762cfc082bf78434af10b0910e43554cf634 Mon Sep 17 00:00:00 2001 From: sijanec Date: Wed, 23 Sep 2020 21:50:46 +0200 Subject: =?UTF-8?q?=C5=A1e=20en=20tracking=20feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/cache_name.txt | 2 +- dist/js/app.js | 3 ++- dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) (limited to 'dist') 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 @@

- ^HEAD 9f73d145b6aadb506143b0a3ec1b1d3697f24a04 + ^HEAD a0a53bec5f61439dece140798235114a0164e26d

diff --git a/dist/sw.js b/dist/sw.js index 1381ded..dcf9d10 100755 --- a/dist/sw.js +++ b/dist/sw.js @@ -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! -- cgit v1.2.3