MCPcopy Create free account
hub / github.com/NMWplays/Glowify / scrollSectionNav

Function scrollSectionNav

theme.js:6814–6818  ·  view source on GitHub ↗
(direction)

Source from the content-addressed store, hash-verified

6812 applyCss5(px);
6813 }
6814 function ensureProgressBarHeightApplied() {
6815 applyCss5(readNum(PROGRESS_BAR_HEIGHT_KEY, PROGRESS_BAR_HEIGHT_DEFAULT));
6816 }
6817 function setProgressBarCompat(enabled, reapplyRadius) {
6818 localStorage.setItem(PROGRESS_BAR_COMPAT_KEY, enabled ? "on" : "off");
6819 ensureProgressBarHeightApplied();
6820 reapplyRadius();
6821 }

Callers 1

SettingsContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected