MediaWiki:MonthlyConvert.js: Difference between revisions

Content deleted Content added
basic modal navigation
 
No edit summary
Line 1:
$(function() {
// For testing
$('.mc-modal-screen').show();
$( '.mc-diff-amount-link' ).on( 'click keypress', function ( e ) {
if ( e.which === 13 || e.type === 'click' ) {