From b34c9a4d3daa3b285c7daa2d191bea576f42e387 Mon Sep 17 00:00:00 2001 From: mattpiwik Date: Wed, 19 Dec 2012 21:07:52 +0000 Subject: Fix Javascript bug preventing dashboard from loading when "merged JS" is on refs #1253 git-svn-id: http://dev.piwik.org/svn/trunk@7667 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/Annotations/templates/annotations.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Annotations/templates') diff --git a/plugins/Annotations/templates/annotations.js b/plugins/Annotations/templates/annotations.js index 447df6a2e5..f04847ef5b 100755 --- a/plugins/Annotations/templates/annotations.js +++ b/plugins/Annotations/templates/annotations.js @@ -18,7 +18,7 @@ var annotationsApi = { action: 'getAnnotationManager', idSite: idSite, date: date, - period: period, + period: period }; if (lastN) { @@ -109,7 +109,7 @@ var annotationsApi = { action: 'getEvolutionIcons', idSite: idSite, date: date, - period: period, + period: period }; if (lastN) { @@ -121,7 +121,7 @@ var annotationsApi = { ajaxRequest.setFormat('html'); ajaxRequest.setCallback(callback); ajaxRequest.send(false); - }, + } }; var today = new Date(); -- cgit v1.2.3