MobileBlur

Check-in [07a2f861bb]
Login
Overview
Comment:[9678271609e046a71f06dd091c7ae666716cc670] Added a Google Analytics tracking code
Timelines: family | ancestors | descendants | both | develop
Files: files | file ages | folders
SHA1: 07a2f861bb4d3c5c542d4a0009a194bcbe797796
User & Date: spiffy on 2011-11-22 23:16:02
Original Comment: Added a Google Analytics tracking code
Other Links: branch diff | manifest | tags
References
2011-11-22
23:19 Closed ticket [9678271609]: Add Google Analytics support plus 3 other changes artifact: 6357f10ad5 user: spiffytech
Context
2011-11-22
23:54
Made the site a ton prettier check-in: ecb326adfb user: spiffy tags: develop, v0.3
23:53
Moved the 'mark feed read' button back below the feed title Leaf check-in: 3881a5300d user: spiffy tags: feature/pretty
23:16
[9678271609e046a71f06dd091c7ae666716cc670] Added a Google Analytics tracking code check-in: 07a2f861bb user: spiffy tags: develop
2011-11-21
03:08
[2bd69fdb5b4c5fc04d40ea402cc18510b073c4e3] Mobileblur is now the default web2py app check-in: e23a2d0023 user: spiffy tags: develop
Changes

Modified applications/mobileblur/views/layout.html from [eb19032d37] to [ded3202121].

140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
    <!--[if lt IE 7 ]>
	<script src="{{=URL('static','js/dd_belatedpng.js')}}"></script>
	<script> DD_belatedPNG.fix('img, .png_bg'); //fix any <img> or .png_bg background-images </script>
	<![endif]-->
    
    <!-- asynchronous google analytics: mathiasbynens.be/notes/async-analytics-snippet 
	 change the UA-XXXXX-X to be your site's ID -->
    <!--   
	   <script>
	     var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
	     (function(d, t) {
	     var g = d.createElement(t),
	     s = d.getElementsByTagName(t)[0];
	     g.async = true;
	     g.src = '//www.google-analytics.com/ga.js';
	     s.parentNode.insertBefore(g, s);
	     })(document, 'script');
	   </script>
	   -->    
  </body>
</html>







<

|








<


140
141
142
143
144
145
146

147
148
149
150
151
152
153
154
155
156

157
158
    <!--[if lt IE 7 ]>
	<script src="{{=URL('static','js/dd_belatedpng.js')}}"></script>
	<script> DD_belatedPNG.fix('img, .png_bg'); //fix any <img> or .png_bg background-images </script>
	<![endif]-->
    
    <!-- asynchronous google analytics: mathiasbynens.be/notes/async-analytics-snippet 
	 change the UA-XXXXX-X to be your site's ID -->

	   <script>
	     var _gaq = [['_setAccount', 'UA-27222314-1'], ['_trackPageview']];
	     (function(d, t) {
	     var g = d.createElement(t),
	     s = d.getElementsByTagName(t)[0];
	     g.async = true;
	     g.src = '//www.google-analytics.com/ga.js';
	     s.parentNode.insertBefore(g, s);
	     })(document, 'script');
	   </script>

  </body>
</html>