Small default in UI

This commit is contained in:
Luc Didry 2016-05-20 23:34:00 +02:00 committed by Luc Didry
parent 8f9ef78e53
commit e14e58e0ff
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ function spawnWebsocket(pa) {
console.log('Connection is established!');
var l = $('#loading');
l.html(i18n.loading.replace(/XX1/, pa));
l.html(i18n.loading.replace(/XX1/, (pa + 1)));
window.ws.send('{"part":'+pa+'}');
};
ws.onclose = function() {