MediaWiki:MonthlyConvert.js: Difference between revisions

Content deleted Content added
try setting focus on dialog instead
Tag: Reverted
also check wmf_medium for endowment
 
(One intermediate revision by the same user not shown)
Line 393:
}
 
if ( mw.util.getParamValue( 'wmf_medium' ) === 'endowment' || mw.util.getParamValue( 'utm_medium' ) === 'endowment' ) {
// No recurring for endowment
skipMc = true;
Line 471:
 
$('.mc-modal-screen').show();
document.querySelector('.mc-modalbutton').focus();
$('body').addClass('modal-open');
}