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