Remove unnecessary window.completed

This commit is contained in:
Booteille 2024-11-14 20:50:59 +01:00
parent 2a98bb0e68
commit 6462234788
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ const startDownload = () => {
}
document.getElementById("abort").remove();
window.completed = true;
});
};