diff --git a/UniversalLanguageSelector.php b/UniversalLanguageSelector.php index 995e26f2..437daf83 100644 --- a/UniversalLanguageSelector.php +++ b/UniversalLanguageSelector.php @@ -162,7 +162,7 @@ $wgULSImeSelectors = array( * * @since 2013.07 */ -$wgULSNoImeSelectors = array( '#wpCaptchaWord', '.ve-ce-surface *' ); +$wgULSNoImeSelectors = array( '#wpCaptchaWord' ); /** * Array of jQuery selectors of elements on which webfonts must not be applied. diff --git a/extension.json b/extension.json index f5925d3e..c6dfd9bc 100644 --- a/extension.json +++ b/extension.json @@ -80,7 +80,7 @@ ], "@ULSNoImeSelectors": "Array of jQuery selectors of elements on which IME must not be enabled. @since 2013.07", "ULSNoImeSelectors": [ - "#wpCaptchaWord", ".ve-ce-surface *" + "#wpCaptchaWord" ], "@ULSNoWebfontsSelectors": "Array of jQuery selectors of elements on which webfonts must not be applied. By default exclude elements with .autonym because that style set font as Autonym @since 2013.09", "ULSNoWebfontsSelectors": [