(show)
| 283 | } |
| 284 | |
| 285 | function updateRestartButton(show) { |
| 286 | if (!restartBtn) return; |
| 287 | restartBtn.hidden = !show; |
| 288 | restartBtn.disabled = false; |
| 289 | } |
| 290 | |
| 291 | function setStatus(message, status) { |
| 292 | if (!statusEl) return; |
no outgoing calls
no test coverage detected