Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ change_url_state
Function
change_url_state
static/js/bookstack.js:146–148 ·
view source on GitHub ↗
(url,title)
Source
from the content-addressed store, hash-verified
144
var
events = $(
"body"
);
145
146
function
change_url_state(url,title){
147
history.pushState({},title,url);
148
}
149
150
function
toggleToc(){
151
if
($(
"article"
).find(
".markdown-toc-list li"
).length ==0 ) {
Callers
1
load_doc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected