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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-19 22:30:17 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-19 22:30:17 +0300
commit8a477ff8a2e17275bb1d61c989c913e2cba22f58 (patch)
tree405324e2d30150a1089662cbc2698cdacfb5afba /plugins/CoreHome/templates/js_css_includes.tpl
parentd49eecec95325389f8dd2fe6429884a746c2886c (diff)
- New feature: adding icon under the data tables, so you can vizualize more data for a given report. It provides an easy 1 click access to more insights. enjoy! (still beta)
Diffstat (limited to 'plugins/CoreHome/templates/js_css_includes.tpl')
-rw-r--r--plugins/CoreHome/templates/js_css_includes.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/js_css_includes.tpl b/plugins/CoreHome/templates/js_css_includes.tpl
index 6755d2fe7a..606ded1728 100644
--- a/plugins/CoreHome/templates/js_css_includes.tpl
+++ b/plugins/CoreHome/templates/js_css_includes.tpl
@@ -1,3 +1,5 @@
+{* when adding a script here you may want to also add it for Iframe embedded widgets
+ in plugins/Widgetize/templates/iframe.tpl *}
<script type="text/javascript" src="libs/jquery/jquery.js"></script>
<script type="text/javascript" src="themes/default/common.js"></script>
<script type="text/javascript" src="libs/jquery/jquery.dimensions.js"></script>