1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-08 23:57:13 +02:00

'no notes on this slide' placeholder

This commit is contained in:
Hakim El Hattab
2017-05-18 16:03:20 +02:00
parent 052a3f0c71
commit 7ae18c6b1e
3 changed files with 16 additions and 1 deletions

View File

@@ -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>';
}