Revert "Load jquery.ime only when user focus on editable fields"
This reverts commit 63d547915f.
Bug: 52115
Change-Id: I1d6b65622e8a103a8a892beacf268e77b9e1b2d0
This commit is contained in:
@@ -94,8 +94,7 @@
|
||||
this.$parent.$settingsPanel.append( this.$template );
|
||||
|
||||
$enabledOnly = this.$template.find( '.enabled-only' );
|
||||
// ime system is lazy loaded, make sure it is initialized
|
||||
mw.ime.init();
|
||||
|
||||
if ( $.ime.preferences.isEnabled() ) {
|
||||
$enabledOnly.removeClass( 'hide' );
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user