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/client/urlnormalizer.js')
-rw-r--r--plugins/Overlay/client/urlnormalizer.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Overlay/client/urlnormalizer.js b/plugins/Overlay/client/urlnormalizer.js
index 7dd6a8f274..4b5e403c2f 100644
--- a/plugins/Overlay/client/urlnormalizer.js
+++ b/plugins/Overlay/client/urlnormalizer.js
@@ -66,7 +66,7 @@ var Piwik_Overlay_UrlNormalizer = (function () {
return {
initialize: function () {
- this.setCurrentDomain(document.location.hostname);
+ this.setCurrentDomain(document.location.host);
this.setCurrentUrl(window.location.href);
var head = document.getElementsByTagName('head');
@@ -197,4 +197,4 @@ var Piwik_Overlay_UrlNormalizer = (function () {
};
-})(); \ No newline at end of file
+})();