MCPcopy Create free account
hub / github.com/SKVNDR/FastDork / hideConfigError

Function hideConfigError

Script/siteconfig.js:65–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 function hideConfigError() {
66 if (errorElement) {
67 errorElement.style.display = "none";
68 errorElement.textContent = "";
69 }
70 }
71
72 function isValidSelector(selector) {
73 if (!selector || typeof selector !== "string") return false;

Callers 2

saveConfigurationFunction · 0.85
siteconfig.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected