MCPcopy
hub / github.com/jsfiddle/togetherjs / hideMenu

Function hideMenu

togetherjs/ui.js:764–770  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

762 }
763
764 function hideMenu() {
765 var el = $("#togetherjs-menu");
766 el.hide();
767 $(document).unbind("click", maybeHideMenu);
768 ui.displayToggle("#togetherjs-self-name-display");
769 $("#togetherjs-pick-color").hide();
770 }
771
772 function maybeHideMenu(event) {
773 var t = event.target;

Callers 4

ui.jsFile · 0.85
toggleMenuFunction · 0.85
maybeHideMenuFunction · 0.85
inviteFunction · 0.85

Calls 1

$Function · 0.50

Tested by

no test coverage detected