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>2010-01-27 00:07:21 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-01-27 00:07:21 +0300
commitfc018093b0e7bd2c0bdf099784935736cfccc505 (patch)
tree01c13518b6a78274f8dfcc145bfeb98d4153c880 /plugins/Live
parentf447061b2de234698c62ae8d11b5ad6bc137f733 (diff)
refs #1062 - fix page load errors when Live widget added to dashboard
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/templates/scripts/spy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/templates/scripts/spy.js b/plugins/Live/templates/scripts/spy.js
index ad0f7473d3..75d0665881 100644
--- a/plugins/Live/templates/scripts/spy.js
+++ b/plugins/Live/templates/scripts/spy.js
@@ -110,7 +110,7 @@ $.fn.spy = function(settings) {
fadeInSpeed: (settings.fadeInSpeed || 'slow'), // 1400 = crawl
customParameterName: settings.customParameterName,
customParameterValueCallback: settings.customParameterValueCallback,
- isDupe: (settings.isDupe || spy.isDupe),
+ isDupe: (settings.isDupe || spy.isDupe)
};
spy.attachHolder();