Difference between revisions of "MediaWiki:Common.js"

From The Portal Wiki
Jump to navigation Jump to search
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');
});