Browse Source

update visibility of slides as part of sync

Hakim El Hattab 11 years ago
parent
commit
9f0224adf9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/reveal.js

+ 1 - 0
js/reveal.js

@@ -1843,6 +1843,7 @@
 		updateProgress();
 		updateBackground( true );
 		updateSlideNumber();
+		updateSlidesVisibility();
 
 	}