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:
authorsgiehl <stefan@piwik.org>2013-04-12 15:01:14 +0400
committersgiehl <stefan@piwik.org>2013-04-12 15:01:14 +0400
commit30416f5a67aee234d38e3b203d8410affc2a3720 (patch)
tree5fd120cd6224e2a6891d7bcd02b47db8e9a9da5e /plugins/Widgetize
parente11dbdb05d17294fccd042e57f5d9605e927122a (diff)
refs #3813 fixes rowevolution not working in widgetized dashboard
Diffstat (limited to 'plugins/Widgetize')
-rw-r--r--plugins/Widgetize/templates/empty.tpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/Widgetize/templates/empty.tpl b/plugins/Widgetize/templates/empty.tpl
index ce0fc1b4ac..0ab5d22abd 100644
--- a/plugins/Widgetize/templates/empty.tpl
+++ b/plugins/Widgetize/templates/empty.tpl
@@ -1 +1,8 @@
-{$content} \ No newline at end of file
+{$content}
+<script type="text/javascript">
+ {literal}
+ $(document).ready(function () {
+ broadcast.init();
+ });
+ {/literal}
+</script> \ No newline at end of file