Skip to content

Commit

Permalink
Fixes #4082
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Oct 14, 2013
1 parent b715c0f commit fd85b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Zeitgeist/templates/javascriptCode.tpl
Expand Up @@ -4,7 +4,7 @@
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://{$piwikUrl}/";
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://{$piwikUrl}";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', {$idSite}]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
Expand Down

0 comments on commit fd85b68

Please sign in to comment.