svn path=/trunk/; revision=25708
This commit is contained in:
paul 2013-06-13 13:09:50 +00:00
parent 0cd7ed817a
commit d49e600aaa

View File

@ -1066,12 +1066,11 @@
<!-- Piwik -->
<script type="text/javascript">
// uncommented by paul to prevent ssl warning
//var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsfe.org/" : "http://piwik.fsfe.org/");
//document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
//enable piwik on plain text page only
pkBaseURL = "http://piwik.fsfe.org/");
pkBaseURL = "http://piwik.fsfe.org/";
if ("http:" == document.location.protocol) {
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
}