Adds missing focus when selecting "monolingual" in i18n dropdown
authorMatthias Schmidt <gravatronics@live.com>
Tue, 1 Oct 2013 19:31:24 +0000 (21:31 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 1 Oct 2013 19:31:24 +0000 (21:31 +0200)
wcfsetup/install/files/js/WCF.js

index 0d917d8fe831284282c5b7ad8f07d7596c0d5f06..9a4c7b39ecc14e39129b01b1159e08d081a40de0 100755 (executable)
@@ -3491,7 +3491,7 @@ WCF.MultipleLanguageInput = Class.extend({
                        this._element.val();
                }
                
-               this._element.blur();
+               this._element.blur().focus();
                this._insertedDataAfterInit = false;
                this._isEnabled = false;
                this._values = { };