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:
dc65abe
)
Fixed retard protection
author
Alexander Ebert
<ebert@woltlab.com>
Wed, 9 Oct 2013 10:37:18 +0000
(12:37 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Wed, 9 Oct 2013 10:37:18 +0000
(12:37 +0200)
wcfsetup/install/files/js/WCF.Like.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.Like.js
b/wcfsetup/install/files/js/WCF.Like.js
index ce1302b856967be2972751a4cc23295ec26b82f4..11d711a0e74567950426d0b41a1a8d0b5c06ce46 100644
(file)
--- a/
wcfsetup/install/files/js/WCF.Like.js
+++ b/
wcfsetup/install/files/js/WCF.Like.js
@@
-301,6
+301,8
@@
WCF.Like = Class.extend({
return;
}
+ this._isBusy = true;
+
this._proxy.setOption('data', {
actionName: type,
className: 'wcf\\data\\like\\LikeAction',