Fix UI bug introduced in 8337eb6

This commit is contained in:
Luc Didry 2016-05-21 00:41:27 +02:00 committed by Luc Didry
parent fb140e3d11
commit 9cf06931e5
1 changed files with 1 additions and 0 deletions

View File

@ -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)));