From 61523e19beb09b58e395039bd70279ea863ab542 Mon Sep 17 00:00:00 2001 From: k054 Date: Thu, 26 Nov 2015 21:23:13 -0500 Subject: [PATCH] fix piwik id --- es/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/index.html b/es/index.html index c4889556..7f52c220 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); })(); -- 2.25.1