X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki%2Fhtmlform%2Fselectorother.js;h=b6899d95f9966ea08ed32d3b1bac08a6fbc58552;hb=9167845fa3e848278feabce3738158be4df6994e;hp=66879e9e141e3af19127abe725b16e2b8ddd46be;hpb=3a6181e478ea29eabac08af28fc2bc39507f6529;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki/htmlform/selectorother.js b/resources/src/mediawiki/htmlform/selectorother.js index 66879e9e14..b6899d95f9 100644 --- a/resources/src/mediawiki/htmlform/selectorother.js +++ b/resources/src/mediawiki/htmlform/selectorother.js @@ -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 ); } );