# HG changeset patch # User gibus # Date 1392122732 -3600 # Node ID d3689517421690aa88d3877283ba9dbbbac1c942 # Parent 93383e54e042e3aa981fd3b84d044eed5badb16d Use stats.co-ment.com for piwik optout iframe rather than piwik.sopinspace.net so SSL certificate is valid. diff -r 93383e54e042 -r d36895174216 src/cm/templates/site/tracking.html --- a/src/cm/templates/site/tracking.html Tue Feb 11 12:33:25 2014 +0100 +++ b/src/cm/templates/site/tracking.html Tue Feb 11 13:45:32 2014 +0100 @@ -25,7 +25,7 @@ }]); (function() { - var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.sopinspace.net/"; + var u=(("https:" == document.location.protocol) ? "https" : "http") + "://stats.co-ment.com/"; _paq.push(["setTrackerUrl", u+"piwik.php"]); _paq.push(["setSiteId", "17"]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; @@ -39,5 +39,5 @@ }); --> -
+ {% endif %}