From: k054 Date: Fri, 27 Nov 2015 02:23:13 +0000 (-0500) Subject: fix piwik id X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=61523e19beb09b58e395039bd70279ea863ab542;p=enc-live.git fix piwik id --- diff --git a/es/index.html b/es/index.html index c488955..7f52c22 100644 --- a/es/index.html +++ b/es/index.html @@ -548,7 +548,7 @@ (function() { var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/"; _paq.push(["setTrackerUrl", u+"piwik.php"]); - _paq.push(["setSiteId", "5"]); + _paq.push(["setSiteId", "13"]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); })();