Revert "Avoid duplicate languagesettings dialog in page source"
This reverts commit 3b2e39d822.
Because of that commit input settings cannot be opened from
the IME menu and from the buttons at the bottom of ULS.
Change-Id: I9aee4f40d39392df0cdc5aba8b481b71838dc41a
This commit is contained in:
@@ -58,9 +58,7 @@
|
||||
constructor: LanguageSettings,
|
||||
|
||||
init: function () {
|
||||
if ( $( 'body' ).find( '#language-settings-dialog' ).length === 0 ) {
|
||||
$( 'body' ).append( this.$window );
|
||||
}
|
||||
$( 'body' ).append( this.$window );
|
||||
this.hide();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user