Fixed upload button position after uploading a file
authorAlexander Ebert <ebert@woltlab.com>
Thu, 4 Jun 2015 17:09:00 +0000 (19:09 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 4 Jun 2015 17:09:00 +0000 (19:09 +0200)
wcfsetup/install/files/js/WCF.js

index ccb730481bca4984769cb284f16b903b356b5e5e..51997a3abf1de07a4cf845c69e42aca1f250989f 100755 (executable)
@@ -9026,7 +9026,7 @@ WCF.Upload = Class.extend({
         * @param       jQuery          button
         */
        _insertButton: function(button) {
-               this._buttonSelector.append(button);
+               this._buttonSelector.prepend(button);
        },
        
        /**