MCProxy

Changes between Version 11 and Version 12 of WikiStart


Ignore:
Timestamp:
10/02/12 09:06:59 (12 years ago)
Author:
woelke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v11 v12  
    2727
    2828(function($) {
     29    var _gaq = _gaq || [];
     30    _gaq.push(['_setAccount', 'UA-35192870-1']);
     31    _gaq.push(['_trackPageview']);
    2932
    30 <script type="text/javascript">
    31 
    32   var _gaq = _gaq || [];
    33   _gaq.push(['_setAccount', 'UA-35192870-1']);
    34   _gaq.push(['_trackPageview']);
    35 
    36   (function() {
    3733    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    3834    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    3935    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    40   })();
    41 
    42 </script>
    43 
    44 
    45 
    46 
    4736 })(jQuery)