From b20761c7fd387dc27257639899034de40f6c7afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sat, 3 Sep 2022 21:42:37 +0200 Subject: =?UTF-8?q?odstranil=20matomo,=20je=20delal=20te=C5=BEave=20pri=20?= =?UTF-8?q?nalaganju=20vsebine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/pages-src/misc/matomo.bvr | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'assets') diff --git a/assets/pages-src/misc/matomo.bvr b/assets/pages-src/misc/matomo.bvr index 614e210..57622be 100644 --- a/assets/pages-src/misc/matomo.bvr +++ b/assets/pages-src/misc/matomo.bvr @@ -1,27 +1,27 @@ // @begin=js@ - +<@?f matomo <@?g ?" var BEZIAPP_USERNAME, BEZIAPP_PASSWORD, BEZIAPP_LOPOLIS_USERNAME, BEZIAPP_LOPOLIS_PASSWORD, BEZIAPP_LANGUAGE, BEZIAPP_THEME, BEZIAPP_ERRORREPORTING; let promises_to_run_app = [ - localforage.getItem("username").then((value) => { + localforage.getItem('username').then((value) => { BEZIAPP_USERNAME = value; }), - localforage.getItem("password").then((value) => { + localforage.getItem('password').then((value) => { BEZIAPP_PASSWORD = value; }), - localforage.getItem("lopolis_username").then((value) => { + localforage.getItem('lopolis_username').then((value) => { BEZIAPP_LOPOLIS_USERNAME = value; }), - localforage.getItem("lopolis_password").then((value) => { + localforage.getItem('lopolis_password').then((value) => { BEZIAPP_LOPOLIS_PASSWORD = value; }), - localforage.getItem("chosenLang").then((value) => { + localforage.getItem('chosenLang').then((value) => { BEZIAPP_LANGUAGE = value; }), - localforage.getItem("theme").then((value) => { + localforage.getItem('theme').then((value) => { BEZIAPP_THEME = value; }), - localforage.getItem("errorReporting").then((value) => { + localforage.getItem('errorReporting').then((value) => { BEZIAPP_ERRORREPORTING = value; }) ]; @@ -29,27 +29,27 @@ let promises_to_run_app = [ Promise.all(promises_to_run_app).then(() => { var _paq = window._paq = window._paq || []; - /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ - _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); - _paq.push(["setDoNotTrack", true]); + /* tracker methods like 'setCustomDimension' should be called before 'trackPageView' */ + _paq.push(['setDocumentTitle', document.domain + '/' + document.title]); + _paq.push(['setDoNotTrack', true]); - if (BEZIAPP_USERNAME == null || BEZIAPP_USERNAME == "") { + if (BEZIAPP_USERNAME == null || BEZIAPP_USERNAME == '') { } else { _paq.push(['setUserId', BEZIAPP_USERNAME]); } - if (BEZIAPP_LOPOLIS_USERNAME == null || BEZIAPP_LOPOLIS_USERNAME == "") { + if (BEZIAPP_LOPOLIS_USERNAME == null || BEZIAPP_LOPOLIS_USERNAME == '') { } else { _paq.push(['setCustomVariable', 1, 'lopolis-username', BEZIAPP_LOPOLIS_USERNAME, 'visit']); } - if (BEZIAPP_LANGUAGE == null || BEZIAPP_LANGUAGE == "") { + if (BEZIAPP_LANGUAGE == null || BEZIAPP_LANGUAGE == '') { } else { _paq.push(['setCustomVariable', 2, 'language', BEZIAPP_LANGUAGE, 'visit']); } - if (BEZIAPP_THEME == null || BEZIAPP_THEME == "") { + if (BEZIAPP_THEME == null || BEZIAPP_THEME == '') { } else { _paq.push(['setCustomVariable', 3, 'theme', BEZIAPP_THEME, 'visit']); } - if (BEZIAPP_ERRORREPORTING == null || BEZIAPP_ERRORREPORTING == "") { + if (BEZIAPP_ERRORREPORTING == null || BEZIAPP_ERRORREPORTING == '') { } else { _paq.push(['setCustomVariable', 4, 'errorreporting', BEZIAPP_ERRORREPORTING, 'visit']); } @@ -59,7 +59,7 @@ var _paq = window._paq = window._paq || []; _paq.push(['trackAllContentImpressions']); _paq.push(['enableLinkTracking']); (function() { - var u="//matomo.gimb.tk/"; + var u='//matomo.gimb.tk/'; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; @@ -67,3 +67,4 @@ var _paq = window._paq = window._paq || []; })(); }); +"@>@> -- cgit v1.2.3