Merge "Remove comments literally documenting unit tests being unit tests"
[lhc/web/wiklou.git] / resources / src / mediawiki.special.recentchanges.js
index d8f73b2..8885883 100644 (file)
@@ -27,7 +27,7 @@
 
                        // Bind to change event, and trigger once to set the initial state of the checkboxes.
                        rc.updateCheckboxes();
-                       $select.change( rc.updateCheckboxes );
+                       $select.on( 'change', rc.updateCheckboxes );
                }
        };