diff --git a/resources/js/ext.uls.displaysettings.js b/resources/js/ext.uls.displaysettings.js index 1533ecd4..8045063b 100644 --- a/resources/js/ext.uls.displaysettings.js +++ b/resources/js/ext.uls.displaysettings.js @@ -531,14 +531,6 @@ }, - /** - * Hide this window. - * Used while navigating to language selector and need coming back - */ - hide: function () { - this.$parent.hide(); - }, - /** * Close the language settings window. * Depending on the context, actions vary. diff --git a/resources/js/ext.uls.inputsettings.js b/resources/js/ext.uls.inputsettings.js index 1735c429..a3f79c4e 100644 --- a/resources/js/ext.uls.inputsettings.js +++ b/resources/js/ext.uls.inputsettings.js @@ -467,14 +467,6 @@ this.prepareToggleButton(); }, - /** - * Hide this window. - * Used while navigating to language selector and need coming back - */ - hide: function () { - this.$parent.hide(); - }, - /** * Close the language settings window. * Depending on the context, actions vary.