(message)
| 36 | } |
| 37 | |
| 38 | function reconnectOnFail(message) { |
| 39 | $('#status').html(`<h5 class='error'>${message} Reconnecting...</h5>`); |
| 40 | setTimeout(function () { |
| 41 | startConnectionWithRetry(connection) |
| 42 | }, 1000); |
| 43 | } |
| 44 | }; |
| 45 | |
| 46 | function appendRow(tableId, item) { |
no test coverage detected