MCPcopy Create free account
hub / github.com/NianBroken/Firework_Simulator / setLoadingStatus

Function setLoadingStatus

js/script.js:2377–2379  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

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

Callers 1

script.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected