diff options
author | Thomas Backlund <tmb@mageia.org> | 2014-03-10 21:40:15 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2014-03-10 21:40:15 +0000 |
commit | fa9e8f7b9b2c61309c18bcb64783d95bba5c890d (patch) | |
tree | 0e91d092c1b412310fea4147d280dde8bc0f33da /skins/cavendish.php | |
parent | 0d319590654de9e55d020a68475a5de5656e5d0a (diff) | |
download | mediawiki-fa9e8f7b9b2c61309c18bcb64783d95bba5c890d.tar mediawiki-fa9e8f7b9b2c61309c18bcb64783d95bba5c890d.tar.gz mediawiki-fa9e8f7b9b2c61309c18bcb64783d95bba5c890d.tar.bz2 mediawiki-fa9e8f7b9b2c61309c18bcb64783d95bba5c890d.tar.xz mediawiki-fa9e8f7b9b2c61309c18bcb64783d95bba5c890d.zip |
bye-bye GA
Diffstat (limited to 'skins/cavendish.php')
-rw-r--r-- | skins/cavendish.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/skins/cavendish.php b/skins/cavendish.php index a4362ea..5b7c0d4 100644 --- a/skins/cavendish.php +++ b/skins/cavendish.php @@ -328,18 +328,6 @@ a:visited { color: #5a3696; } --> <?php endif; ?> -<script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-18603191-2']); - _gaq.push(['_gat._anonymizeIp']); - _gaq.push(['_trackPageview']); - - (function() { - 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); - })(); -</script> </body></html> <?php wfRestoreWarnings(); |