MCPcopy Create free account
hub / github.com/FreeMovieIR/freemovieir.github.io / updateLoadingBar

Function updateLoadingBar

script.js:64–69  ·  view source on GitHub ↗
(percentage)

Source from the content-addressed store, hash-verified

62 const loadingBar = document.getElementById('loading-bar');
63 if (loadingBar) {
64 loadingBar.style.width = '100%';
65 setTimeout(() => {
66 loadingBar.style.width = '0';
67 }, 300);
68 }
69}
70
71
72// --- Homepage Status Badges ---

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected