From 0eaa7cae739e45825921ff4336db07fe1f081e11 Mon Sep 17 00:00:00 2001 From: mattpiwik Date: Fri, 4 Jul 2008 02:11:16 +0000 Subject: - fixing dashboard when using multiple site git-svn-id: http://dev.piwik.org/svn/trunk@548 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/Dashboard/templates/index.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Dashboard/templates/index.tpl') diff --git a/plugins/Dashboard/templates/index.tpl b/plugins/Dashboard/templates/index.tpl index 7107947da3..db8a55b3a7 100644 --- a/plugins/Dashboard/templates/index.tpl +++ b/plugins/Dashboard/templates/index.tpl @@ -12,9 +12,9 @@ {/if} piwik.availableWidgets = {$availableWidgets}; - piwik.idSite = {$idSite}; - piwik.period = "{$period}"; - piwik.currentDateStr = "{$date}"; + piwik.idSite = decodeURIComponent("{$idSite}"); + piwik.period = decodeURIComponent("{$period}"); + piwik.currentDateStr = decodeURIComponent("{$date}"); -- cgit v1.2.3