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

Function updateState

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

Source from the content-addressed store, hash-verified

132// Also works on Firefox and Edge.
133
134function updateState() {
135 history.replaceState(
136 {
137 left_top: split_left.scrollTop,
138 right_top: split_right.scrollTop
139 },
140 document.title
141 );
142}
143
144function loadState(ev) {
145 if (ev) {

Callers 1

site.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected