Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- 10/02/12 09:06:59 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 27 27 28 28 (function($) { 29 var _gaq = _gaq || []; 30 _gaq.push(['_setAccount', 'UA-35192870-1']); 31 _gaq.push(['_trackPageview']); 29 32 30 <script type="text/javascript">31 32 var _gaq = _gaq || [];33 _gaq.push(['_setAccount', 'UA-35192870-1']);34 _gaq.push(['_trackPageview']);35 36 (function() {37 33 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 38 34 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 39 35 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); 40 })();41 42 </script>43 44 45 46 47 36 })(jQuery)