Avoid :checkbox Sizzle selector
[lhc/web/wiklou.git] / resources / src / mediawiki.special.mute.js
index 3d494d0..b9dcc21 100644 (file)
@@ -2,7 +2,7 @@
        'use strict';
 
        $( function () {
-               var $inputs = $( '#mw-specialmute-form input:checkbox' ),
+               var $inputs = $( '#mw-specialmute-form input[type="checkbox"]' ),
                        saveButton, $saveButton = $( '#save' );
 
                function isFormChanged() {