Remove test folder

This commit is contained in:
qingwei.li 2016-11-22 22:46:44 +08:00
commit 6f89c530ed
14 changed files with 2340 additions and 52 deletions

View file

@ -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(); }