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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-28 10:12:35 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-28 10:12:35 +0400
commit4917b003220297d037d1bfebaa1cc2028d5889d2 (patch)
tree8ab9c5f9ae6d87025c16a9c79110feb7a2d9eca1 /plugins/CoreHome
parentcc1821a5ea68bcfe484f0efd9df03d799bbac4ec (diff)
Diffstat (limited to 'plugins/CoreHome')
-rw-r--r--plugins/CoreHome/templates/broadcast.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreHome/templates/broadcast.js b/plugins/CoreHome/templates/broadcast.js
index f83441d3df..c76ea9377d 100644
--- a/plugins/CoreHome/templates/broadcast.js
+++ b/plugins/CoreHome/templates/broadcast.js
@@ -63,8 +63,8 @@ broadcast.propagateAjax = function (ajaxUrl)
// available in global scope
var currentHashStr = window.location.hash;
- // Because $.history plugin doens't care about # or ? sign infront of the query string
- // We take it out if exist;
+ // Because $.history plugin doesn't care about # or ? sign in front of the query string
+ // We take it out if it exists
currentHashStr = currentHashStr.replace(/^\?|^#/,'');
ajaxUrl = ajaxUrl.replace(/^\?|&#/,'');