MediaWiki:Common.js: Difference between revisions
Content deleted Content added
use prop() instead of attr() for 'checked' - https://stackoverflow.com/questions/5874652/prop-vs-attr |
remove otherVal support, superseded by preSelect |
||
Line 303:
return amounts;
}
Line 391 ⟶ 380:
try {
adjustHPC();
preSelect(); // Make sure to do this *after* other fiddling with values
}
|