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