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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2020-01-12 22:48:28 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2020-01-12 22:48:28 +0300
commit505291a8444f1ffa39805c247f9d3afb86dc4400 (patch)
tree266407fbf37de650c81ccfbad5cd30272c11d393 /js
parent4579ba2959bd4c12a45819be901e4ffdef82cdf7 (diff)
Update comment that resetUserId does not generate a new visitor id (#15366)
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 1b85a374ce..4ec5f47419 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -6019,7 +6019,7 @@ if (typeof window.Piwik !== 'object') {
};
/**
- * Clears the User ID and generates a new visitor id.
+ * Clears the User ID
*/
this.resetUserId = function() {
configUserId = '';