MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
m fix
No edit summary
Line 289: Line 289:
};
};
if ( cardTypes[country] ) {
if ( cardTypes[country] ) {
$('.paymentmethod-cc').addClass('cctypes-' + frb.cardTypes[country] );
$('.paymentmethod-cc').addClass('cctypes-' + cardTypes[country] );
}
}
}
}