MCPcopy Create free account
hub / github.com/Milkyroad/SCiPNET / checkIframeLoaded

Function checkIframeLoaded

public/src/js/script.js:340–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

338 }
339 //ready the cmd by changing the placeholder in inital start
340 function checkIframeLoaded() {
341 if ($d != undefined) {
342 $d.find("#defaultHolder").replaceWith(holder);
343 cmdShow();
344 return;
345 }
346 window.setTimeout(checkIframeLoaded, 100);
347 }
348});
349
350//cookie function

Callers 1

script.jsFile · 0.85

Calls 1

cmdShowFunction · 0.90

Tested by

no test coverage detected