www: f2cfaf98: Better formatting

markdoliner at pidgin.im markdoliner at pidgin.im
Thu May 3 00:55:44 EDT 2012


----------------------------------------------------------------------
Revision: f2cfaf9851aa7fa7ee3c1d95ac98e9ba2d002b34
Parent:   4f3ccfca781024939234193cb52e80745016bbdf
Author:   markdoliner at pidgin.im
Date:     05/01/12 03:29:00
Branch:   im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/f2cfaf9851aa7fa7ee3c1d95ac98e9ba2d002b34

Changelog: 

Better formatting

Changes against parent 4f3ccfca781024939234193cb52e80745016bbdf

  patched  inc/footer.inc

-------------- next part --------------
============================================================
--- inc/footer.inc	93b4f519839590f4811b5f73c6bbf007323b2403
+++ inc/footer.inc	fe091db3acf4d0ad4d46891df1ef3b89eb3b442c
@@ -13,9 +13,12 @@ _gaq.push(['_trackPageview']);
 _gaq.push(['_trackPageview']);
 
 (function() {
-	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+	var ga = document.createElement('script');
+	ga.type = 'text/javascript';
+	ga.async = true;
 	ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+	var s = document.getElementsByTagName('script')[0];
+	s.parentNode.insertBefore(ga, s);
 })();
 </script>
 <!-- End Google Analytics tracking code -->


More information about the Commits mailing list