From 9f0224adf9c33d466292c5917533cee15c8536ed Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 28 Apr 2014 10:59:31 +0200 Subject: [PATCH] update visibility of slides as part of sync --- js/reveal.js | 1 + 1 file changed, 1 insertion(+) 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(); }