MediaWiki:Common.js: Difference between revisions
Content deleted Content added
add CBvma card types for France |
If the optin section has some javascript to run, do that |
||
Line 383:
$("#input_amount_other_box").focus();
});
// Allow preselecting monthly
if( mw.util.getParamValue('monthly') ) {
$('#frequency_monthly').click();
}
// If the optin section has some javascript to run, do that
if ( typeof initOptin === 'function' ) {
initOptin();
}
|