aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index a19e486..83c180b 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -2473,7 +2473,7 @@
*/
function updateNotes() {
- if( config.showNotes && dom.speakerNotes && currentSlide ) {
+ if( config.showNotes && dom.speakerNotes && currentSlide && !isPrintingPDF() ) {
var notes = '';