From: Nico Wehmöller Date: Sat, 16 Apr 2016 09:50:51 +0000 (+0200) Subject: Added missing , in property list X-Git-Tag: 3.0.0_Beta_1~1885^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e0fec07bfbf1e30476f5cbecbdfa137e6d7700ad;p=GitHub%2FWoltLab%2FWCF.git Added missing , in property list Added missing , after ´´´´ url: 'index.php/AJAXProxy/?t=' + SECURITY_TOKEN ```` --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index e5fb377b24..86a47d671c 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -1476,7 +1476,7 @@ WCF.Action.Proxy = Class.extend({ success: null, suppressErrors: false, type: 'POST', - url: 'index.php/AJAXProxy/?t=' + SECURITY_TOKEN + url: 'index.php/AJAXProxy/?t=' + SECURITY_TOKEN, aborted: null, autoAbortPrevious: false }, options);