Artifact da8de899c727fddec31a99ff0b9b714a87db53ed8798f90bc642326bee7b429e:
- File src/scroll.js — part of check-in [f924823986] at 2017-12-06 21:56:14 on branch trunk — Move more in-line javascript into separate JS files. (user: drh size: 130) [more...]
/* Cause the the page to scroll so that the #scrollToMe is visible */ document.getElementById('scrollToMe').scrollIntoView(true);