()
| 570 | } |
| 571 | |
| 572 | export function showApp() { |
| 573 | hideHubConnectOverlay(); |
| 574 | stopHubProbes(); |
| 575 | $('connect-screen').classList.add('hidden'); |
| 576 | $('app').classList.remove('hidden'); |
| 577 | saveServer(serverAddr); |
| 578 | } |
| 579 | |
| 580 | export function initHub() { |
| 581 | migrateServerList(); |
no test coverage detected