mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-05-31 12:06:36 +00:00
fix: Previous XHR not aborted (#1163)
This commit is contained in:
@@ -7,6 +7,10 @@ function getInfo() {
|
||||
var url = "msg.html";
|
||||
|
||||
try {
|
||||
if (request) {
|
||||
request.abort();
|
||||
}
|
||||
|
||||
if (window.XMLHttpRequest) {
|
||||
request = new XMLHttpRequest();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user