projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40b173e
)
Fixed aborting of requests
author
Magnus Kühn
<magnus.khn@gmail.com>
Mon, 8 Apr 2013 12:55:03 +0000
(14:55 +0200)
committer
Magnus Kühn
<magnus.khn@gmail.com>
Mon, 8 Apr 2013 12:55:03 +0000
(14:55 +0200)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index ed40c292812467671ecc78df9884278021a828d5..4fa9ca0b8214fd7057e35f276cb37ab34e27c9b4 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-1539,6
+1539,7
@@
WCF.Action.Proxy = Class.extend({
abortPrevious: function() {
if (this._lastRequest !== null) {
this._lastRequest.abort();
+ this._lastRequest = null;
}
},