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-08 17:55:39 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-08 17:55:39 +0400
commitdea04e16fb412d15f24f848826790a0f8877fc73 (patch)
treea26fb68337d158c6d98fa0f9b1349e1893958afb /plugins/CoreHome/javascripts/sparkline.js
parent30b7f9ef63517d945f851a9617c4b23840fa3222 (diff)
parent1d09b2cbe273035c92b15f9e4b96aa88419cda81 (diff)
Merge branch 'master' of github.com:piwik/piwik into pleineLune__finalize
Diffstat (limited to 'plugins/CoreHome/javascripts/sparkline.js')
-rw-r--r--plugins/CoreHome/javascripts/sparkline.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/javascripts/sparkline.js b/plugins/CoreHome/javascripts/sparkline.js
index bc3d2e5135..b010c5ae0c 100644
--- a/plugins/CoreHome/javascripts/sparkline.js
+++ b/plugins/CoreHome/javascripts/sparkline.js
@@ -62,7 +62,7 @@ window.initializeSparklines = function () {
// if this happens, we can't find the graph using $('#'+idDataTable+"Chart");
// instead, we just use the first evolution graph we can find.
if (dataTable.length == 0) {
- dataTable = $('div.dataTableEvolutionGraph');
+ dataTable = $('div.dataTableVizEvolution');
}
// reload the datatable w/ a new column & scroll to the graph