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:18:58 +0400
committersgiehl <stefan@piwik.org>2013-04-12 15:18:58 +0400
commitae2c2fd1cee3acdbee021210e44f9bbefa31826d (patch)
tree611a50dc10dbbd9f09c1b8f83ea801529c173b51 /plugins/Widgetize
parent30416f5a67aee234d38e3b203d8410affc2a3720 (diff)
refs #3813 clean solution to make popovers work in widgetize mode
Diffstat (limited to 'plugins/Widgetize')
-rw-r--r--plugins/Widgetize/templates/empty.tpl9
-rw-r--r--plugins/Widgetize/templates/iframe.tpl8
2 files changed, 1 insertions, 16 deletions
diff --git a/plugins/Widgetize/templates/empty.tpl b/plugins/Widgetize/templates/empty.tpl
index 0ab5d22abd..ce0fc1b4ac 100644
--- a/plugins/Widgetize/templates/empty.tpl
+++ b/plugins/Widgetize/templates/empty.tpl
@@ -1,8 +1 @@
-{$content}
-<script type="text/javascript">
- {literal}
- $(document).ready(function () {
- broadcast.init();
- });
- {/literal}
-</script> \ No newline at end of file
+{$content} \ No newline at end of file
diff --git a/plugins/Widgetize/templates/iframe.tpl b/plugins/Widgetize/templates/iframe.tpl
index 7e0b5bcf9c..eb8287098a 100644
--- a/plugins/Widgetize/templates/iframe.tpl
+++ b/plugins/Widgetize/templates/iframe.tpl
@@ -19,13 +19,5 @@
{$content}
</div>
-<script type="text/javascript">
- {literal}
- $(document).ready(function () {
- broadcast.init();
- });
- {/literal}
-</script>
-
</body>
</html>