MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / scrollToSaved

Function scrollToSaved

modules/toc/toc.js:241–245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 }
240
241 function scrollToSaved() {
242 if(localStorage.getItem('scrollTop')) {
243 document.getElementsByTagName('body')[0].scrollTop = parseInt(localStorage.getItem('scrollTop'));
244 }
245 }
246
247 function scrollTopTween(scrollTop) {
248 return function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected