Коммит
a650743e76
|
@ -32,9 +32,9 @@ function startConnection() {
|
|||
.then(() => {
|
||||
$('#connectionStatus').text('Connected');
|
||||
console.log('connection started');
|
||||
try { ko.applyBindings(viewModel); } catch { }
|
||||
try { ko.applyBindings(viewModel); } catch (err) { console.error(err); }
|
||||
})
|
||||
.catch(console.error);
|
||||
}
|
||||
|
||||
startConnection();
|
||||
startConnection();
|
||||
|
|
Загрузка…
Ссылка в новой задаче