MCPcopy Create free account
hub / github.com/Swizec/article-threader / hideLoader

Function hideLoader

public/lemon.js:175–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 }
174
175 function hideLoader() {
176 document
177 .querySelectorAll(".lemonsqueezy-loader")
178 .forEach((el) => el.remove());
179 document.body.classList.remove("lemonsqueezy-loading");
180 }
181
182 return {
183 DumbSetup: dumbSetup,

Callers 1

dumbSetupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected