()
| 454 | } |
| 455 | |
| 456 | function closeServerDialog() { |
| 457 | $('hub-add-overlay').classList.remove('visible'); |
| 458 | hubEditingServerId = null; |
| 459 | } |
| 460 | |
| 461 | function saveServerDialog() { |
| 462 | const addr = $('hub-dialog-addr').value.trim(); |
no test coverage detected