Skip to content

Commit a338a81

Browse files
author
Garth Pickell
committed
Fixing default hash behavior.
1 parent 20678e2 commit a338a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ __init = function() {
7878
addEventListener("hashchange", scrollToPart);
7979

8080
if (location.hash === "") {
81-
history.replaceState(null, null, "#/home/README.md");
81+
history.replaceState(null, null, "#/home/README");
8282
}
8383

8484
let cleanup;

0 commit comments

Comments
 (0)