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-06-17 20:00:05 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-06-17 20:00:05 +0400
commit4ef267b861f4c80fc8d03065bc27e8426266fc84 (patch)
treee2bc2a2c22c45f515ac9de82d35364f267888041 /plugins/CoreHome/templates/broadcast.js
parentbc986eb81f0881112110e9a08003ed87cf5db3d8 (diff)
Fixes #798 - null is null or not an object error
Diffstat (limited to 'plugins/CoreHome/templates/broadcast.js')
-rw-r--r--plugins/CoreHome/templates/broadcast.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/broadcast.js b/plugins/CoreHome/templates/broadcast.js
index a9360cad72..9d69ac7e67 100644
--- a/plugins/CoreHome/templates/broadcast.js
+++ b/plugins/CoreHome/templates/broadcast.js
@@ -158,6 +158,8 @@ broadcast.loadAjaxContent = function(urlAjax)
$('#loadingPiwik').show();
$('#content').hide();
+ $("object").remove();
+
broadcast.lastUrlRequested = urlAjax;
function sectionLoaded(content)