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

Function custom_check

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

Source from the content-addressed store, hash-verified

26}
27
28function custom_check() {
29 if (CustomScriptSourcesEnabled) {
30 var scr = document.createElement('script');
31 scr.type = 'text/javascript';
32 scr.addEventListener('load', build_page);
33 scr.src = CustomScriptSrc;
34 document.head.appendChild(scr);
35 } else {
36 build_page();
37 }
38}
39
40function clear_divs(handles) {
41 for (let entry in handles) {

Callers

nothing calls this directly

Calls 1

build_pageFunction · 0.70

Tested by

no test coverage detected