[planet-web] s/https/http on webstats.



commit 1449eed3801c4a9106f3dd466587fc48e7a5c773
Author: Andrea Veri <av gnome org>
Date:   Wed Mar 6 12:13:40 2013 +0100

    s/https/http on webstats.

 themes/gnome/index.html.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/gnome/index.html.tmpl b/themes/gnome/index.html.tmpl
index 6e734b0..a66abbb 100644
--- a/themes/gnome/index.html.tmpl
+++ b/themes/gnome/index.html.tmpl
@@ -318,7 +318,7 @@ Hosted by <a href="http://www.redhat.com/";>Red Hat</a>.</p>
        </script>
 <!-- Piwik --> 
 <script type="text/javascript">
-var pkBaseURL = (("https:" == document.location.protocol) ? "https://webstats.gnome.org/"; : 
"http://webstats.gnome.org/";);
+var pkBaseURL = (("https:" == document.location.protocol) ? "http://webstats.gnome.org/"; : 
"http://webstats.gnome.org/";);
 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
 </script><script type="text/javascript">
 try {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]