Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/piwik.js')
-rw-r--r--js/piwik.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/piwik.js b/js/piwik.js
index 15e09d11fe..2c5438963a 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -503,8 +503,7 @@ if (typeof window.Matomo !== 'object') {
now = new Date();
var aliasTime = now.getTimeAlias();
- if( (expireDateTime - aliasTime) > 3000) // fix bug #12108
- {
+ if ((expireDateTime - aliasTime) > 3000) {
expireDateTime = aliasTime + 3000;
}