Small default in UI
This commit is contained in:
parent
8f9ef78e53
commit
e14e58e0ff
|
@ -52,7 +52,7 @@ function spawnWebsocket(pa) {
|
||||||
console.log('Connection is established!');
|
console.log('Connection is established!');
|
||||||
|
|
||||||
var l = $('#loading');
|
var l = $('#loading');
|
||||||
l.html(i18n.loading.replace(/XX1/, pa));
|
l.html(i18n.loading.replace(/XX1/, (pa + 1)));
|
||||||
window.ws.send('{"part":'+pa+'}');
|
window.ws.send('{"part":'+pa+'}');
|
||||||
};
|
};
|
||||||
ws.onclose = function() {
|
ws.onclose = function() {
|
||||||
|
|
Loading…
Reference in New Issue