minor bug fixes

This commit is contained in:
Gary Sharp
2025-09-10 15:23:06 +10:00
parent 3e514fdf9a
commit de10f92c02
6 changed files with 9 additions and 10 deletions
@@ -250,8 +250,7 @@
console.log('Server connection error: ' + error);
});
$.connection.hub.start()
.fail(onHubFailed);
$.connection.hub.start();
}
});