Allow synced WCF.Action.Proxy request
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 26 Apr 2013 22:11:04 +0000 (00:11 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 26 Apr 2013 22:11:04 +0000 (00:11 +0200)
wcfsetup/install/files/js/WCF.js

index 3d5a3da90fc69e76119bcf5431880eb0a695dec9..adad96605e25d3cdbe30cee6b8333464cc021102 100755 (executable)
@@ -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),