aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-06-28 13:34:12 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-05-16 09:45:37 +0200
commit44a355b6e969d6a1cfbf23cb44079104d4dc6945 (patch)
tree24acfd0bffdae3e38463a84a6b58b4a92bf9910c /js
parent10545d41cc3d5d18b964d80182676ef6770f11d3 (diff)
downloadfosdem-2018-presentation-44a355b6e969d6a1cfbf23cb44079104d4dc6945.tar
fosdem-2018-presentation-44a355b6e969d6a1cfbf23cb44079104d4dc6945.tar.gz
'controls-placement' -> 'controls-layout', cut back on controls spacing
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 0e8fbab..594093b 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -53,7 +53,7 @@
controls: true,
// Determines where controls appear, "edges" or "bottom-right"
- controlsPlacement: 'bottom-right',
+ controlsLayout: 'bottom-right',
// Specifies the display rules for backwards navigation arrows;
// "deemphasized", "hidden" or "visible"
@@ -1005,7 +1005,7 @@
dom.controls.style.display = config.controls ? 'block' : 'none';
dom.progress.style.display = config.progress ? 'block' : 'none';
- dom.controls.setAttribute( 'data-controls-placement', config.controlsPlacement );
+ dom.controls.setAttribute( 'data-controls-layout', config.controlsLayout );
dom.controls.setAttribute( 'data-controls-back-arrows', config.controlsBackArrows );
if( config.shuffle ) {