diff options
author | Dougal J. Sutherland <dougal@gmail.com> | 2018-01-04 20:09:01 +0000 |
---|---|---|
committer | Dougal J. Sutherland <dougal@gmail.com> | 2018-01-04 20:09:01 +0000 |
commit | 260f28792644055998c7237cf879ec2a9ffe857e (patch) | |
tree | 8c5cd2ecfb0c40842dff6c70f25b08acf7da7bf0 /README.md | |
parent | a0c013606e130baad976195730dcd7e7cd9e2855 (diff) | |
download | freenode-live-2017-presentation-260f28792644055998c7237cf879ec2a9ffe857e.tar freenode-live-2017-presentation-260f28792644055998c7237cf879ec2a9ffe857e.tar.gz |
optionally put the fragment in the URL
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 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, |