MediaWiki:Resources/landingpage.js: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
disable payment outages code until I get a chance to fix it
Line 200: Line 200:
$(document).ready(function(){
$(document).ready(function(){


/*
$.getScript('//meta.wikimedia.org/w/index.php?' + $.param( { title:'MediaWiki:FR2013/Resources/PaymentOutages.js', action:'raw' } ),
$.getScript('//meta.wikimedia.org/w/index.php?' + $.param( { title:'MediaWiki:FR2013/Resources/PaymentOutages.js', action:'raw' } ),
function() {
function() {
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)
});
});
*/


// Disable submitting form with return key
// Disable submitting form with return key