From: Alexander Ebert Date: Thu, 4 Jun 2015 17:09:00 +0000 (+0200) Subject: Fixed upload button position after uploading a file X-Git-Tag: 2.1.5~28 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f1b9369982c6b612ad6ea6183f9665ac70490ec9;p=GitHub%2FWoltLab%2FWCF.git Fixed upload button position after uploading a file --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index ccb730481b..51997a3abf 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -9026,7 +9026,7 @@ WCF.Upload = Class.extend({ * @param jQuery button */ _insertButton: function(button) { - this._buttonSelector.append(button); + this._buttonSelector.prepend(button); }, /**