MediaWiki:Common.js: Difference between revisions
Content deleted Content added
No edit summary |
https://phabricator.wikimedia.org/T173431 |
||
Line 299:
document.getElementById('input_amount_other_box').onkeypress = function(e) {
var chr = String.fromCharCode(e.which);
if ("
return false;
}
|