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
path: root/js
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2016-04-21 07:40:45 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-04-21 07:40:45 +0300
commit2ec82061fd66dfa11fe9c8561ce00e6f7e616853 (patch)
treed9f3c7becd862be47ab435684e943554fbf4a144 /js
parent05e351e6bbc1be0abade8cf0baf89252209bd3cf (diff)
fix example was wrong
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/piwik.js b/js/piwik.js
index aa3d2f8921..d7d24dcc1e 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -5715,7 +5715,7 @@ if (typeof window.Piwik !== 'object') {
/**
* Set session cookie timeout (in seconds).
- * Defaults to 30 minutes (timeout=1800000)
+ * Defaults to 30 minutes (timeout=1800)
*
* @param int timeout
*/