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

Function foldDiv

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

Source from the content-addressed store, hash-verified

360}
361
362function foldDiv() {
363 $d.find(".foldable-list-container a").unbind('click').bind('click', function() {
364 $(this).parent().children().toggle()
365 $(this).parent(".foldable-list-container").parent(".colmod-link-top").parent(".folded").find(".colmod-content:first").toggle()
366 });
367}
368
369function AccessLink() { //check and clear the info
370 $d.find("ele-access").add($d.find("iframe").contents().find("body").find("ele-access")).unbind('click').bind('click', function() {

Callers 1

checkBarLoadedFunction · 0.85

Calls 1

$Function · 0.50

Tested by

no test coverage detected