MCPcopy 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

144var events = $("body");
145
146function change_url_state(url,title){
147 history.pushState({},title,url);
148}
149
150function toggleToc(){
151 if ($("article").find(".markdown-toc-list li").length ==0 ) {

Callers 1

load_docFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected