Skip to content

Commit

Permalink
Merge pull request hakimel#2350 from rparree/hash-problem
Browse files Browse the repository at this point in the history
Fixed not bing able to follow same inner links twice with history:false
  • Loading branch information
hakimel authored Mar 21, 2019
2 parents 8742707 + d50393d commit baa365a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -4296,8 +4296,13 @@
else if( config.hash ) {
window.history.replaceState(null, null, '#' + locationHash());
}
else {
window.location.hash = '';
}
}



}
/**
* Retrieves the h/v location and fragment of the current,
Expand Down

0 comments on commit baa365a

Please sign in to comment.