Skip to content

Commit

Permalink
remove extra wait
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Dec 27, 2024
1 parent 5a71be2 commit 9645f08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quartz/components/scripts/spa.inline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ function startLoading() {
let p: DOMParser
async function navigate(url: URL, isBack: boolean = false) {
startLoading()
// await new Promise((resolve) => setTimeout(resolve, 500))
p = p || new DOMParser()
const contents = await fetch(`${url}`)
.then((res) => {
Expand Down

0 comments on commit 9645f08

Please sign in to comment.