MCPcopy Create free account
hub / github.com/adobe/Marinus / custom_check

Function custom_check

web_server/public/javascripts/data.js:18–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16window.addEventListener("load", custom_check);
17
18function custom_check() {
19 if (CustomScriptSourcesEnabled) {
20 var scr = document.createElement('script');
21 scr.type = 'text/javascript';
22 scr.addEventListener('load', build_page);
23 scr.src = CustomScriptSrc;
24 document.head.appendChild(scr);
25 } else {
26 build_page();
27 }
28}
29
30function build_page() {
31 document.getElementById("censysSection").style.display = "none";

Callers

nothing calls this directly

Calls 1

build_pageFunction · 0.70

Tested by

no test coverage detected