Changes

MediaWiki:Common.js

110 bytes added, 15:15, 31 August 2016
no edit summary
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* start animator() onload
https://www.mediawiki.org/wiki/ResourceLoader/Legacy_JavaScript#addOnloadHook
*/
 
jQuery( function( $ ) {
animator();
} );
 
 
if (document.location.href == "http://www.madacamp.com/MediaWiki:Common.js"){
// alert('Math.round ' + first_madacycle_index);
//change_map;
jQuery( function( $ ) {
animator();
} );
 
 
}