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