about: Changed redirect location
This commit is contained in:
parent
41d0e10bad
commit
9665d4f9fb
@ -2,7 +2,7 @@ function slideout() {
|
||||
bodydiv = document.querySelector("body");
|
||||
bodydiv.style.top = "-100%";
|
||||
setTimeout(function() {
|
||||
window.location.href = "/"
|
||||
window.location.href = "/#about"
|
||||
bodydiv.style.top = "0px";
|
||||
}, 1000)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user