Fix UI bug introduced in 8337eb6
This commit is contained in:
parent
fb140e3d11
commit
9cf06931e5
|
@ -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)));
|
||||
|
|
Loading…
Reference in New Issue