MediaWiki:Common.js

m (Created page with "- Any JavaScript here will be loaded for all users on every page load.: <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-26266376-1'])...")
 
m (Replaced content with "/* Any JavaScript here will be loaded for all users on every page load. */ - FROM MEDIAWIKI.ORG COMMON.JS Load collapsible javascript: mw.loader.load( 'http://www.everque...")
 
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
+
/* Any JavaScript here will be loaded for all users on every page load. */ /* FROM MEDIAWIKI.ORG COMMON.JS  Load collapsible javascript */ mw.loader.load( 'http://www.everquest.wikkii.net/w/index.php?title=MediaWiki:JQuery-makeCollapsible.js&action=raw&ctype=text/javascript' );    // makeCollapsible importStylesheet('MediaWiki:JQuery-makeCollapsible.css'); importScript('MediaWiki:JQuery-makeCollapsible.js');
<script type="text/javascript">
+
 
+
  var _gaq = _gaq || [];
+
  _gaq.push(['_setAccount', 'UA-26266376-1']);
+
  _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>
+

Latest revision as of 12:46, 20 October 2012

/* Any JavaScript here will be loaded for all users on every page load. */ /* FROM MEDIAWIKI.ORG COMMON.JS  Load collapsible javascript */ mw.loader.load( 'http://www.everquest.wikkii.net/w/index.php?title=MediaWiki:JQuery-makeCollapsible.js&action=raw&ctype=text/javascript' );     // makeCollapsible importStylesheet('MediaWiki:JQuery-makeCollapsible.css'); importScript('MediaWiki:JQuery-makeCollapsible.js');
rss feed for my website