MediaWiki:Common.js: Difference between revisions

Content deleted Content added
No edit summary
using mw.util
Line 292:
 
$(document).ready(function() {
 
mw.loader.using( ['mediawiki.util'] ).done( function() {
 
// Block typing symbols in input field, otherwise Safari allows them and then chokes
Line 358 ⟶ 360:
setTimeout(checkPaymentOutages(), 250); // allow time for script to have _executed_ (not just loaded)
});
 
});
 
});