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

Function initializeSwitcher

script.js:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 if (loadingBar) {
47 loadingBar.style.width = '0';
48 setTimeout(() => {
49 loadingBar.style.width = '30%';
50 }, 100);
51 }
52}
53
54function updateLoadingBar(percentage) {

Callers 2

script.jsFile · 0.90
script.jsFile · 0.70

Calls 1

loadApiKeysFunction · 0.85

Tested by

no test coverage detected