diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-05-26 10:09:09 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-05-26 10:09:09 +0200 |
commit | 43212662767129f85973b82f8d1799fa446b3267 (patch) | |
tree | ff39935b5619a9d957b2df351b55c6e94fda9e20 | |
parent | 3111d3b1ae12af2580cb45a18da208146701a6fd (diff) | |
download | perl-software-in-gnu-guix-43212662767129f85973b82f8d1799fa446b3267.tar perl-software-in-gnu-guix-43212662767129f85973b82f8d1799fa446b3267.tar.gz |
include layout for notes outside of pdf exports
-rw-r--r-- | js/reveal.js | 1 |
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' ); |