MediaWiki:Resources/landingpage.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 201:
 
// Load list of payment outages from meta, and hide any which are current
$.getScript('//meta.wikimedia.org/w/index.php?' + $.param( { title=:'MediaWiki:FR2013/Resources/PaymentOutages.js&', action=:'raw&', ctype=:'text/javascript' } ),
function() {
setTimeout(checkPaymentOutages(), 200250); // allow time for script to have _executed_ (not just loaded)
});