From: Hakim El Hattab Date: Tue, 22 Oct 2013 13:21:42 +0000 (-0400) Subject: configure notes presentation through query string to avoid flicker X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7077cf798326d820a520f2692c5ae29e2f7b4dd;p=reveal.js.git configure notes presentation through query string to avoid flicker --- diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index 0e1238f..847499d 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -138,12 +138,20 @@ + +
- +
- + UPCOMING:
@@ -239,10 +247,6 @@ currentSlide.contentWindow.Reveal.addEventListener( 'fragmentshown', synchronizeMainWindow ); currentSlide.contentWindow.Reveal.addEventListener( 'fragmenthidden', synchronizeMainWindow ); - // Reconfigure the notes window to remove needless UI - currentSlide.contentWindow.Reveal.configure({ controls: false, progress: false, overview: false }); - nextSlide.contentWindow.Reveal.configure({ controls: false, progress: false, overview: false }); - } else {