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
@@ -281,8 +281,8 @@ WriteLiteral("\';\r\n\r\n var view = $(\'#Logging_Task_Status\');\r\n
"sHub.client.updateTaskStatus = vm.Update;\r\n\r\n $.connection.hub.qs = {" +
" TaskSessionId: sessionId };\r\n $.connection.hub.error(function (error" +
") {\r\n console.log(\'Server connection error: \' + error);\r\n " +
" });\r\n\r\n $.connection.hub.start()\r\n .fail(onHubFail" +
"ed);\r\n }\r\n\r\n });\r\n</script>\r\n");
" });\r\n\r\n $.connection.hub.start();\r\n }\r\n\r\n });\r\n</script" +
">\r\n");
}
}