Delete QR.ajax on abort.
This commit is contained in:
parent
c6216722d1
commit
096c081a80
@ -2200,6 +2200,7 @@
|
||||
if ((_ref = QR.ajax) != null) {
|
||||
_ref.abort();
|
||||
}
|
||||
delete QR.ajax;
|
||||
return QR.status();
|
||||
}
|
||||
};
|
||||
|
||||
@ -1682,6 +1682,7 @@ QR =
|
||||
|
||||
abort: ->
|
||||
QR.ajax?.abort()
|
||||
delete QR.ajax
|
||||
QR.status()
|
||||
|
||||
Options =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user