(show)
| 386 | } |
| 387 | |
| 388 | function updateRestartButton(show) { |
| 389 | if (!restartBtn) return; |
| 390 | restartBtn.hidden = !show; |
| 391 | restartBtn.disabled = false; |
| 392 | } |
| 393 | |
| 394 | function setStatus(message, status) { |
| 395 | if (!statusEl) return; |
no outgoing calls
no test coverage detected