projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d57fcf
)
Fixed upload button position after uploading a file
author
Alexander Ebert
<ebert@woltlab.com>
Thu, 4 Jun 2015 17:09:00 +0000
(19:09 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Thu, 4 Jun 2015 17:09:00 +0000
(19:09 +0200)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index ccb730481bca4984769cb284f16b903b356b5e5e..51997a3abf1de07a4cf845c69e42aca1f250989f 100755
(executable)
--- 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.
ap
pend(button);
+ this._buttonSelector.
pre
pend(button);
},
/**