Remove unnecessary window.completed
This commit is contained in:
parent
2a98bb0e68
commit
6462234788
|
@ -109,7 +109,6 @@ const startDownload = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById("abort").remove();
|
document.getElementById("abort").remove();
|
||||||
window.completed = true;
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue