User "Matěj Grabovský" posted a comment on MediaWiki.r90359.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90359#c18434
Commit summary:

(bug 29443) Special:Undelete should invert checkboxes without reloading

Committed patch with code originally by [[b:User:Darklama]]

Comment:

Firstly, I'm deeply sorry for committing the code so headlessly and thanks for 
all those valuable hints.

Additionally, regarding the second point: what is the difference between 
<code>$('#mw-undelete-table input:checkbox')</code> and 
<code>$('#mw-undelete-table').find('input:checkbox')</code> and how significant 
is the performance difference?

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to