Merge "Improve "selfmove" message's wording"
[lhc/web/wiklou.git] / resources / src / mediawiki / htmlform / selectorother.js
index 66879e9..b6899d9 100644 (file)
@@ -53,6 +53,7 @@
 
                $root
                        .on( 'change', '.mw-htmlform-select-or-other', handleSelectOrOther )
+                       .find( '.mw-htmlform-select-or-other' )
                        .each( function () {
                                handleSelectOrOther.call( this, true );
                        } );