mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 13:09:51 -06:00
adding curated books
This commit is contained in:
@@ -37,6 +37,6 @@ async function goto(location, { push = true } = {}) {
|
||||
}
|
||||
|
||||
function backButton() {
|
||||
const location = window.location.pathname;
|
||||
const location = window.location.href;
|
||||
goto(location.substring(1), { push: false }); // remove slash, goto already does that
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user