Fixed retard protection
authorAlexander Ebert <ebert@woltlab.com>
Wed, 9 Oct 2013 10:37:18 +0000 (12:37 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 9 Oct 2013 10:37:18 +0000 (12:37 +0200)
wcfsetup/install/files/js/WCF.Like.js

index ce1302b856967be2972751a4cc23295ec26b82f4..11d711a0e74567950426d0b41a1a8d0b5c06ce46 100644 (file)
@@ -301,6 +301,8 @@ WCF.Like = Class.extend({
                        return;
                }
                
+               this._isBusy = true;
+               
                this._proxy.setOption('data', {
                        actionName: type,
                        className: 'wcf\\data\\like\\LikeAction',