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:
authorAnthon Pang <apang@softwaredevelopment.ca>2013-02-10 06:55:51 +0400
committerAnthon Pang <apang@softwaredevelopment.ca>2013-02-10 06:56:32 +0400
commit090fe54039c6d05d7bda1b144c65d3b335bb1dc7 (patch)
tree84a461480d3cb104a64abf6f6919052d7d35b7ad /js
parenta85608da93fc6a6672764891b2c714d2af62a3c3 (diff)
fixes #3746 - Bug in overlay when using setSiteId with a string value
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 50d56b34b5..4f7f6bb1d7 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -932,7 +932,7 @@ var
if (match) {
// check idsite
var idsite = match[1];
- if (parseInt(idsite, 10) !== configTrackerSiteId) {
+ if (idsite !== '' + configTrackerSiteId) {
return false;
}
// store overlay session info in window name