diff --git a/themes/default/public/js/lufi-down.js b/themes/default/public/js/lufi-down.js index c2b8e9c..a99cc83 100644 --- a/themes/default/public/js/lufi-down.js +++ b/themes/default/public/js/lufi-down.js @@ -105,6 +105,7 @@ function spawnWebsocket(pa) { window.ws.send('{"ended":true}'); window.onbeforeunload = null; window.completed = true; + $('#abort').remove(); } else { var l = $('#loading'); l.html(i18n.loading.replace(/XX1/, (data.part + 1)));