From 6462234788c7295fd06409977f9ea4d9e8977461 Mon Sep 17 00:00:00 2001 From: Booteille Date: Thu, 14 Nov 2024 20:50:59 +0100 Subject: [PATCH] Remove unnecessary window.completed --- themes/default/public/js/lufi-down.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/default/public/js/lufi-down.js b/themes/default/public/js/lufi-down.js index 9ae8589..67ecfd5 100755 --- a/themes/default/public/js/lufi-down.js +++ b/themes/default/public/js/lufi-down.js @@ -109,7 +109,6 @@ const startDownload = () => { } document.getElementById("abort").remove(); - window.completed = true; }); };