Commit 2ef405e3ebc3cbab52dec8bedd9f14f63a1fc77b
1 parent
9b8e7cbd
Exists in
master
and in
2 other branches
Piwik migration
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/piwik.js
... | ... | @@ -7,7 +7,7 @@ define(['piwik'], function(){ |
7 | 7 | (function() { |
8 | 8 | var u="http://estatisticas.dialoga.gov.br/"; |
9 | 9 | _paq.push(["setTrackerUrl", u+"piwik.php"]); |
10 | - _paq.push(["setSiteId", "1"]); | |
10 | + _paq.push(["setSiteId", "65"]); | |
11 | 11 | var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; |
12 | 12 | g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); |
13 | 13 | })(); | ... | ... |