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 'plugins/Overlay/javascripts/Piwik_Overlay.js')
-rw-r--r--plugins/Overlay/javascripts/Piwik_Overlay.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Overlay/javascripts/Piwik_Overlay.js b/plugins/Overlay/javascripts/Piwik_Overlay.js
index 57693d0de2..9ce5302d85 100644
--- a/plugins/Overlay/javascripts/Piwik_Overlay.js
+++ b/plugins/Overlay/javascripts/Piwik_Overlay.js
@@ -380,7 +380,7 @@ var Piwik_Overlay = (function () {
var currentHashStr = broadcast.getHash();
if (currentHashStr.charAt(0) == '?') {
- currentHashStr = currentHashStr.substr(1);
+ currentHashStr = currentHashStr.slice(1);
}
currentHashStr = broadcast.updateParamValue('l=' + newFrameLocation, currentHashStr);