bagder: curl-www _foot.html,1.1,1.2
[email protected] Fri, 26 Mar 2010 07:00:38 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv17444
Modified Files:
_foot.html
Log Message:
google analytics crap
Index: _foot.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_foot.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _foot.html 1 Jun 2001 14:42:52 -0000 1.1
+++ _foot.html 26 Mar 2010 07:00:36 -0000 1.2
@@ -1,4 +1,13 @@
#define NODATE
#include "_footer.html"
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-11630101-1");
+pageTracker._trackPageview();
+} catch(err) {}</script>
</BODY>
</HTML>