()
| 271 | } |
| 272 | |
| 273 | export function hideHubConnectOverlay() { |
| 274 | hubConnectingServerId = null; |
| 275 | $('hub-connect-overlay').classList.remove('visible'); |
| 276 | } |
| 277 | |
| 278 | function clearHubRetry(serverId) { |
| 279 | if (!hubRetryTimers.has(serverId)) return; |
no test coverage detected