optionally put the fragment in the URL

This commit is contained in:
Dougal J. Sutherland
2018-01-04 20:09:01 +00:00
parent a0c013606e
commit 260f287926
2 changed files with 29 additions and 7 deletions

View File

@ -231,6 +231,10 @@ Reveal.initialize({
// Turns fragments on and off globally
fragments: true,
// Flags whether to include the current fragment in the URL,
// so that reloading brings you to the same fragment position
fragmentInURL: false,
// Flags if the presentation is running in an embedded mode,
// i.e. contained within a limited portion of the screen
embedded: false,