diff --git a/js/reveal.js b/js/reveal.js index 387077a..f03c5cc 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -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,