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:
authormattpiwik <matthieu.aubry@gmail.com>2008-07-04 06:32:53 +0400
committermattpiwik <matthieu.aubry@gmail.com>2008-07-04 06:32:53 +0400
commitc4803123feeff3aeeaa4cf30ebed9e25e95a05f5 (patch)
treeb9ce4831fdf4e7a8f11ae939220c29de4df2ef07 /plugins/Dashboard/templates/index.tpl
parent0eaa7cae739e45825921ff4336db07fe1f081e11 (diff)
- fixing dashboard when using multiple site
git-svn-id: http://dev.piwik.org/svn/trunk@549 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Dashboard/templates/index.tpl')
-rw-r--r--plugins/Dashboard/templates/index.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Dashboard/templates/index.tpl b/plugins/Dashboard/templates/index.tpl
index db8a55b3a7..113dec6697 100644
--- a/plugins/Dashboard/templates/index.tpl
+++ b/plugins/Dashboard/templates/index.tpl
@@ -12,9 +12,9 @@
{/if}
piwik.availableWidgets = {$availableWidgets};
- piwik.idSite = decodeURIComponent("{$idSite}");
- piwik.period = decodeURIComponent("{$period}");
- piwik.currentDateStr = decodeURIComponent("{$date}");
+ piwik.idSite = "{$idSite}";
+ piwik.period = "{$period}";
+ piwik.currentDateStr = "{$date}";
</script>
<script type="text/javascript" src="plugins/Dashboard/templates/Dashboard.js"></script>