Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
logOut
Function · 0.85
showSignIn
Function · 0.85
showUpgradePopup
Function · 0.85
globalClickHandler
Function · 0.85
Calls
1
$
Function · 0.50
Tested by
no test coverage detected