MCPcopy
hub / github.com/alyssaxuu/animockup / hideUserDropdown

Function hideUserDropdown

src/js/main.js:1626–1628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1624 }
1625
1626 function hideUserDropdown() {
1627 $("#user-settings-dropdown").removeClass("show-user-settings");
1628 }
1629
1630 function showHelp() {
1631 $("#help-dropdown").addClass("help-show");

Callers 4

logOutFunction · 0.85
showSignInFunction · 0.85
showUpgradePopupFunction · 0.85
globalClickHandlerFunction · 0.85

Calls 1

$Function · 0.50

Tested by

no test coverage detected