aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2017-05-18 16:03:20 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-05-18 16:03:20 +0200
commit7ae18c6b1ed8c9ce3105d5a8de3afa4d092221d5 (patch)
tree1fd604c6279c4ccaaccb32697350d8ce60b9d87a /js
parent052a3f0c711baaf80e6947bd38eb5d0444365874 (diff)
downloadfosdem-2018-presentation-7ae18c6b1ed8c9ce3105d5a8de3afa4d092221d5.tar
fosdem-2018-presentation-7ae18c6b1ed8c9ce3105d5a8de3afa4d092221d5.tar.gz
'no notes on this slide' placeholder
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index ef9b741..1f4ad1e 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -2788,7 +2788,7 @@
if( config.showNotes && dom.speakerNotes && currentSlide && !isPrintingPDF() ) {
- dom.speakerNotes.innerHTML = getSlideNotes() || '';
+ dom.speakerNotes.innerHTML = getSlideNotes() || '<span class="notes-placeholder">No notes on this slide.</span>';
}