(status)
| 2375 | // Kick things off. |
| 2376 | |
| 2377 | function setLoadingStatus(status) { |
| 2378 | document.querySelector(".loading-init__status").textContent = status; |
| 2379 | } |
| 2380 | |
| 2381 | // CodePen profile header doesn't need audio, just initialize. |
| 2382 | if (IS_HEADER) { |