optionally put the fragment in the URL
This commit is contained in:
parent
a0c013606e
commit
260f287926
2 changed files with 29 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue