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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-09-09 18:43:55 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-09-09 18:43:55 +0400
commit1ca5e081c4afd3c08ec5bc02d494f882d01995b4 (patch)
tree7bc8cdd12bf07c5306d8882751e43bfbceaa0e9c /plugins/CoreHome/templates/broadcast.js
parentf56493eaaa5b153a4959388f6e5931de23852ff8 (diff)
revert
Diffstat (limited to 'plugins/CoreHome/templates/broadcast.js')
-rw-r--r--plugins/CoreHome/templates/broadcast.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/CoreHome/templates/broadcast.js b/plugins/CoreHome/templates/broadcast.js
index dd8eacab47..9d69ac7e67 100644
--- a/plugins/CoreHome/templates/broadcast.js
+++ b/plugins/CoreHome/templates/broadcast.js
@@ -164,10 +164,6 @@ broadcast.loadAjaxContent = function(urlAjax)
function sectionLoaded(content)
{
- if(content.indexOf('<title>') != -1) {
- window.location.href = window.location.search;
- return;
- }
if(urlAjax == broadcast.lastUrlRequested) {
$('#content').html( content ).show();
$('#loadingPiwik').hide();