aboutsummaryrefslogtreecommitdiff
path: root/plugin/notes/notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/notes/notes.html')
-rw-r--r--plugin/notes/notes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html
index 0ef285b..7e542e4 100644
--- a/plugin/notes/notes.html
+++ b/plugin/notes/notes.html
@@ -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 {