Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ closeMenu
Function
closeMenu
static/js/bookstack.js:477–480 ·
view source on GitHub ↗
(close)
Source
from the content-addressed store, hash-verified
475
});
476
477
function
closeMenu(close) {
478
var
key =
'close_menu'
;
479
document.cookie=key+
"="
+close;
480
}
481
482
function
toggle_btn_clear(show){
483
if
(show){
Callers
1
bookstack.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected