From 0a7c08e09cea5fd4759865e3a3792e282e160c5b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 27 May 2013 21:17:25 +0200 Subject: [PATCH] Fixed i18n --- wcfsetup/install/files/js/WCF.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 4a2a125e1e..99c946b9ad 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -3116,6 +3116,8 @@ WCF.MultipleLanguageInput = Class.extend({ WCF.Dropdown.initDropdown(this._button, enableOnInit); if (enableOnInit || this._forceSelection) { + this._isEnabled = true; + // pre-select current language this._list.children('li').each($.proxy(function(index, listItem) { var $listItem = $(listItem); -- 2.20.1