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