MediaWiki:Common.js: Difference between revisions

From The Portal Wiki
No edit summary
No edit summary
Line 3: Line 3:
//alert('debug1');     
//alert('debug1');     
$(document).ready(function () {
$(document).ready(function () {
    alert('debug2');
//    alert('debug2');
});
});

Revision as of 16:40, 18 July 2020

/* Any JavaScript here will be loaded for all users on every page load. */

//alert('debug1');    
$(document).ready(function () {
//    alert('debug2');
});