Option for disabling the IME system
* It can be a user preference using the ULS Input method settings * It can be a mediaWiki configuration $wgULSIMEEnabled Change-Id: Ic5fb4932d62ab18db5d3b10ca81c0f6bfe9fd29e
This commit is contained in:
@@ -165,6 +165,8 @@ class UniversalLanguageSelectorHooks {
|
||||
global $wgULSGeoService;
|
||||
$vars['wgULSGeoService'] = $wgULSGeoService;
|
||||
|
||||
$vars['wgULSIMEEnabled']= wgULSIMEEnabled;
|
||||
|
||||
// ULS is localized using jquery.i18n library. Unless it knows
|
||||
// the localized locales, it can create 404 response. To avoid that,
|
||||
// send the locales available at server. Also avoid directory scanning
|
||||
|
||||
Reference in New Issue
Block a user