aboutsummaryrefslogtreecommitdiff
path: root/js/reveal.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js5
1 files changed, 5 insertions, 0 deletions
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,