aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-05-26 10:09:09 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-05-26 10:09:09 +0200
commit43212662767129f85973b82f8d1799fa446b3267 (patch)
treeff39935b5619a9d957b2df351b55c6e94fda9e20 /js
parent3111d3b1ae12af2580cb45a18da208146701a6fd (diff)
downloadfreenode-live-2017-presentation-43212662767129f85973b82f8d1799fa446b3267.tar
freenode-live-2017-presentation-43212662767129f85973b82f8d1799fa446b3267.tar.gz
include layout for notes outside of pdf exports
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js
index f43e0aa..3c750af 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -948,6 +948,7 @@
if( config.showNotes ) {
dom.speakerNotes.classList.add( 'visible' );
+ dom.speakerNotes.setAttribute( 'data-layout', typeof config.showNotes === 'string' ? config.showNotes : 'inline' );
}
else {
dom.speakerNotes.classList.remove( 'visible' );