MCPcopy Index your code
hub / github.com/SpringRoll/SpringRoll / gotoCurrentTarget

Function gotoCurrentTarget

docs/assets/site.js:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91function gotoCurrentTarget() {
92 showHashTarget(location.hash.substring(1));
93 scrollIntoView(location.hash.substring(1));
94}
95
96window.addEventListener('hashchange', gotoCurrentTarget);
97gotoCurrentTarget();

Callers 1

site.jsFile · 0.85

Calls 2

showHashTargetFunction · 0.85
scrollIntoViewFunction · 0.85

Tested by

no test coverage detected