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

Function chore

public/src/js/access.js:483–495  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

481}
482
483function chore() {
484 $("#cmdIframe").contents().scrollTop($("#cmdIframe").contents().scrollTop() + 100)
485 $d.find(`#${accessListing}-list iframe`).each(function(index) {
486 $(this).on('load', function() {
487 AccessLink()
488 bubbleIframeMouseMove(this)
489 });
490
491 });
492 $d.find(".footnoteref").unbind('click').bind('click', function() {
493 //work
494 });
495}

Callers 1

checkBarLoadedFunction · 0.85

Calls 2

AccessLinkFunction · 0.70
$Function · 0.50

Tested by

no test coverage detected