MediaWiki:Common.js: Difference between revisions
Content deleted Content added
rm weird recoloring of other box |
add try/finally around amount adjustments |
||
Line 378:
}
adjustOtherVal();
}
$('.consider-amounts').show();▼
finally {
$('#actual-form').show();▼
$('
}
// Load list of payment outages from meta, and hide any which are current
|