From 7965fc498ca65ea99b5631497e295391a49d7d22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 27 Apr 2013 00:11:04 +0200 Subject: [PATCH] Allow synced WCF.Action.Proxy request --- wcfsetup/install/files/js/WCF.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 3d5a3da90f..adad96605e 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -1508,6 +1508,7 @@ WCF.Action.Proxy = Class.extend({ after: null, init: null, jsonp: 'callback', + async: true, failure: null, showLoadingOverlay: true, success: null, @@ -1540,6 +1541,7 @@ WCF.Action.Proxy = Class.extend({ data: this.options.data, dataType: this.options.dataType, jsonp: this.options.jsonp, + async: this.options.async, type: this.options.type, url: this.options.url, success: $.proxy(this._success, this), -- 2.20.1