(status)
| 30 | } |
| 31 | |
| 32 | function pickPhrase(status) { |
| 33 | const pool = stagePhrases[status] || stagePhrases.default; |
| 34 | return pool[Math.floor(Math.random() * pool.length)]; |
| 35 | } |
| 36 | |
| 37 | function setOverlayPhrase(text) { |
| 38 | const el = document.getElementById("waveLoadingPhrase"); |
no outgoing calls
no test coverage detected