"Catrope" changed the status of MediaWiki.r108299 to "ok" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/108299#c29286

Old Status: new
> New Status: ok

Commit summary for MediaWiki.r108299:

adjust styles and elements to top responders, fix bug with secondary filter 
types selection in feedback dashboard

Catrope's comment:

<pre>
+                               state = $(this).prop('checked'); //save state 
of checkbox
[...]
                        $( 
'input[type=checkbox].fbd-filters-check').prop('checked', false);
-                       $(this).prop('checked', true);
+                       $(this).prop('checked', state);
</pre>
You don't need this if you just do: <code>$( 
'input[type=checkbox].fbd-filters-check' )'''.not( this )'''.prop( 'checked', 
false );</code>

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

Reply via email to