Fixed aborting of requests
authorMagnus Kühn <magnus.khn@gmail.com>
Mon, 8 Apr 2013 12:55:03 +0000 (14:55 +0200)
committerMagnus Kühn <magnus.khn@gmail.com>
Mon, 8 Apr 2013 12:55:03 +0000 (14:55 +0200)
wcfsetup/install/files/js/WCF.js

index ed40c292812467671ecc78df9884278021a828d5..4fa9ca0b8214fd7057e35f276cb37ab34e27c9b4 100755 (executable)
@@ -1539,6 +1539,7 @@ WCF.Action.Proxy = Class.extend({
        abortPrevious: function() {
                if (this._lastRequest !== null) {
                        this._lastRequest.abort();
+                       this._lastRequest = null;
                }
        },