Fix: default page

This commit is contained in:
Crom (Thibaut CHARLES) 2018-05-16 01:25:20 +02:00
parent f056f1e2ac
commit 4cd3402f9d
Signed by: tcharles
GPG Key ID: 45A3D5F880B9E6D0
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ $(document).ready(() => {
console.log("pathname: ", path);
if(path === "/" || path === "" || path === "/index.html"){
path = "/projects";
// path = "/home";
path = "/home";
}
setPage(path);