mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-06 01:21:20 -04:00
parent
9e99493e69
commit
9691c41983
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
if (id === "top") {
|
if (id === "top") {
|
||||||
history.replaceState(null, null, " ");
|
history.replaceState(null, null, " ");
|
||||||
} else {
|
} else {
|
||||||
history.replaceState(null, null, `#${id}`);
|
history.pushState(null, null, `#${id}`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue