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 /core/Twig.php
parent5fe3c0d20b6d0dc0b082302d0a89cee924fa3224 (diff)
Activate sparklines colors to the MultiSites plugin
Diffstat (limited to 'core/Twig.php')
-rw-r--r--core/Twig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Twig.php b/core/Twig.php
index 4b32e4931c..a5a9cea40e 100644
--- a/core/Twig.php
+++ b/core/Twig.php
@@ -34,7 +34,7 @@ use Twig_SimpleFunction;
class Twig
{
const SPARKLINE_TEMPLATE = '<img alt="" data-src="%s" width="%d" height="%d" />
- <script type="text/javascript">$(document).ready(function () { piwik.initSparklines(); });</script>';
+ <script type="text/javascript">$(function() { piwik.initSparklines(); });</script>';
/**
* @var Twig_Environment