projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a76187
)
configure notes window presentations to hide needless UI
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Thu, 29 Aug 2013 13:28:16 +0000
(09:28 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Thu, 29 Aug 2013 13:28:38 +0000
(09:28 -0400)
plugin/notes/notes.html
patch
|
blob
|
history
diff --git
a/plugin/notes/notes.html
b/plugin/notes/notes.html
index 0ef285bc09f93832c0124f47316cc269fa8edc17..7e542e4b0dae3f086f8ab052f82ae09c0e5f9e44 100644
(file)
--- 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 {