Remove test folder
This commit is contained in:
parent
c773b71832
commit
6f89c530ed
14 changed files with 2340 additions and 52 deletions
|
|
@ -128,6 +128,7 @@ function scrollActiveSidebar () {
|
|||
|
||||
function scrollIntoView () {
|
||||
var id = window.location.hash.slice(1);
|
||||
if (!id) { return }
|
||||
var section = document.querySelector('#' + id);
|
||||
|
||||
if (section) { section.scrollIntoView(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue