diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-28 10:59:31 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-28 10:59:31 +0200 |
commit | 9f0224adf9c33d466292c5917533cee15c8536ed (patch) | |
tree | f19d6e44d3847a20871b99e4645f381a9de412ab | |
parent | 02725cf728488edc89b66229b8e634a87b1d8d20 (diff) | |
download | fosdem-2018-presentation-9f0224adf9c33d466292c5917533cee15c8536ed.tar fosdem-2018-presentation-9f0224adf9c33d466292c5917533cee15c8536ed.tar.gz |
update visibility of slides as part of sync
-rw-r--r-- | js/reveal.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js index 1c866b9..8c8b619 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1843,6 +1843,7 @@ updateProgress(); updateBackground( true ); updateSlideNumber(); + updateSlidesVisibility(); } |