Merge branch 'fragment-in-url' of https://github.com/dougalsutherland/reveal.js into dev

This commit is contained in:
Hakim El Hattab
2018-02-07 10:33:19 +01:00
2 changed files with 32 additions and 7 deletions

View File

@ -228,6 +228,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,