From 91ca5c4704288baba8d2f359cc6c5d3706f404ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Avil=C3=A9s?= Date: Mon, 6 Oct 2014 15:44:54 +0200 Subject: [PATCH] Typo --- piwik/indico_piwik/templates/event_statistics_hook.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piwik/indico_piwik/templates/event_statistics_hook.html b/piwik/indico_piwik/templates/event_statistics_hook.html index 7c79146..617d97d 100644 --- a/piwik/indico_piwik/templates/event_statistics_hook.html +++ b/piwik/indico_piwik/templates/event_statistics_hook.html @@ -14,7 +14,7 @@ _paq.push(['setTrackerUrl', u + 'piwik.php']); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); - var g = document.createElement('script'), + var g = document.createElement('script'); var s = document.getElementsByTagName('script')[0]; g.type = 'text/javascript'; g.defer = true;