From f1b9369982c6b612ad6ea6183f9665ac70490ec9 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 4 Jun 2015 19:09:00 +0200 Subject: [PATCH] Fixed upload button position after uploading a file --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }, /** -- 2.20.1