Fixes adjusting height of multiple language input fields
authorMatthias Schmidt <gravatronics@live.com>
Mon, 19 Nov 2012 09:52:44 +0000 (10:52 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 19 Nov 2012 09:52:44 +0000 (10:52 +0100)
wcfsetup/install/files/js/WCF.js

index c1cc761fe4f6821bdea7ee5ca7ce3cb785f1a70a..924ac46665e2185c309b462902c3a0920cb4628a 100755 (executable)
@@ -2464,7 +2464,7 @@ WCF.MultipleLanguageInput = Class.extend({
                }
                else {
                        $button.addClass('dropdownCaption');
-                       this._element.css('height', $wrapper.outerHeight());
+                       this._element.css('height', $button.outerHeight());
                }
                
                // insert available languages