User "Aaron Schulz" changed the status of MediaWiki.r98982. Old Status: new New Status: ok
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98982 Commit summary: (bug 31360) Use removeAttr('disabled') instead of attr('disabled', ''). Console testing indicates that the latter doesn't work with the version of jQuery deployed with MW 1.18, at least for some browsers. It is possible to remove attributes with attr('disabled', null), but this is undocumented so removeAttr() is better. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
