From: Alexander Ebert Date: Wed, 9 Oct 2013 10:37:18 +0000 (+0200) Subject: Fixed retard protection X-Git-Tag: 2.0.0_Beta_11~53 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ba906dcd0fc9b86ecfb91ade03eef50b45baf9b9;p=GitHub%2FWoltLab%2FWCF.git Fixed retard protection --- diff --git a/wcfsetup/install/files/js/WCF.Like.js b/wcfsetup/install/files/js/WCF.Like.js index ce1302b856..11d711a0e7 100644 --- 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',