configure notes window presentations to hide needless UI

This commit is contained in:
Hakim El Hattab 2013-08-29 09:28:16 -04:00
parent 8a7618793a
commit a0f0371fb1
1 changed files with 4 additions and 0 deletions

View File

@ -239,6 +239,10 @@
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 {