X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki%2Fhtmlform%2Fselectorother.js;h=b6899d95f9966ea08ed32d3b1bac08a6fbc58552;hb=3df3b575c6617df64ec98533cc7141bd2314e274;hp=66879e9e141e3af19127abe725b16e2b8ddd46be;hpb=ce079cf6ad79ca8d3360817f809b219d166f9153;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 ); } );