rebuilding site Wed Sep 29 04:07:21 PM CST 2021

This commit is contained in:
James Feng Cao 2021-09-29 16:07:22 +08:00
parent 368b9359a6
commit 49b7c8bef7
2 changed files with 164 additions and 337 deletions

View file

@ -50,8 +50,6 @@
{
//?url=#page=
let url = location.search.substring(5);
if(url.startsWith("file:///"))
url = "https://local/"+url.substring(8);
let page = 1;
let lhash = location.hash;
if(lhash)