Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Changed solution for refollowing links using the history API
Browse files Browse the repository at this point in the history
  • Loading branch information
rparree committed Apr 2, 2019
1 parent 21d5ed0 commit 5526d07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -3289,7 +3289,8 @@
}
} else {
// webyarns addition
window.location.hash = '';
history.pushState("", document.title, window.location.pathname
+ window.location.search);
}

}
Expand Down

0 comments on commit 5526d07

Please sign in to comment.