diff options
Diffstat (limited to 'template/google_analytics.st')
| -rwxr-xr-x | template/google_analytics.st | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/google_analytics.st b/template/google_analytics.st index 48cda8b..883102a 100755 --- a/template/google_analytics.st +++ b/template/google_analytics.st @@ -1,5 +1,5 @@ <script type="text/javascript"> -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); +var gaJsHost = "https://ssl."; document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> @@ -10,7 +10,7 @@ _qoptions={ qacct:"p-a3mCwIEHECjGE" }; </script> -<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> +<script type="text/javascript" src="https://edge.quantserve.com/quant.js"></script> <noscript> -<img src="http://pixel.quantserve.com/pixel/p-a3mCwIEHECjGE.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> -</noscript>
\ No newline at end of file +<img src="https://pixel.quantserve.com/pixel/p-a3mCwIEHECjGE.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> +</noscript> |
