Browse Source

dont show notes container when printing pdf

Hakim El Hattab 9 years ago
parent
commit
5a40b4486f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/reveal.js

+ 1 - 1
js/reveal.js

@@ -2473,7 +2473,7 @@
 	 */
 	function updateNotes() {
 
-		if( config.showNotes && dom.speakerNotes && currentSlide ) {
+		if( config.showNotes && dom.speakerNotes && currentSlide && !isPrintingPDF() ) {
 
 			var notes = '';