MCPcopy Index your code
hub / github.com/cryptpad/cryptpad / append

Function append

customize.dist/loading.js:152–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 built = true;
151 var intr;
152 var append = function () {
153 if (!document.body) { return; }
154 clearInterval(intr);
155 document.body.appendChild(elem);
156 Lucide.createIcons();
157 };
158 intr = setInterval(append, 100);
159 append();
160 };

Callers 1

loading.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected