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:
Amir E. Aharoni
2013-05-15 22:38:13 +03:00
parent 3b2e39d822
commit 5dde8024cf

View File

@@ -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();
},