diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-02-07 10:33:19 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-02-07 10:33:19 +0100 |
commit | 5eba3319352292dea3b6c29ef78559c91db224af (patch) | |
tree | 8ea51a29eabe4ede5e928e13c14dcd69e538b3c8 /README.md | |
parent | 4dabd439d2ee39d585f608e0e44ba18db2daefbb (diff) | |
parent | d68423f310cc680352b561af3e975230e2ff54b1 (diff) | |
download | freenode-live-2017-presentation-5eba3319352292dea3b6c29ef78559c91db224af.tar freenode-live-2017-presentation-5eba3319352292dea3b6c29ef78559c91db224af.tar.gz |
Merge branch 'fragment-in-url' of https://github.com/dougalsutherland/reveal.js into dev
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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, |