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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-08-09 22:23:06 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-09 22:23:06 +0400
commit7d670462a05ea6f66f0305614cf7177539188381 (patch)
tree8e6016d7ed5b1c13ae0ff0892b5637a79eaedcc8 /plugins/Zeitgeist
parent5fe3c0d20b6d0dc0b082302d0a89cee924fa3224 (diff)
Activate sparklines colors to the MultiSites plugin
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/templates/_sparklineFooter.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Zeitgeist/templates/_sparklineFooter.twig b/plugins/Zeitgeist/templates/_sparklineFooter.twig
index b8b864d75c..60664aa216 100644
--- a/plugins/Zeitgeist/templates/_sparklineFooter.twig
+++ b/plugins/Zeitgeist/templates/_sparklineFooter.twig
@@ -1,5 +1,5 @@
<script type="text/javascript">
- $(document).ready(function () {
+ $(function () {
initializeSparklines();
});
</script>