MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
using mw.util
Line 292: Line 292:


$(document).ready(function() {
$(document).ready(function() {

mw.loader.using( ['mediawiki.util'] ).done( function() {


// Block typing symbols in input field, otherwise Safari allows them and then chokes
// Block typing symbols in input field, otherwise Safari allows them and then chokes
Line 358: Line 360:
setTimeout(checkPaymentOutages(), 250); // allow time for script to have _executed_ (not just loaded)
setTimeout(checkPaymentOutages(), 250); // allow time for script to have _executed_ (not just loaded)
});
});

});


});
});