readme update, kill event listeners when printing pdf
This commit is contained in:
parent
704022d948
commit
b797bbb61b
2 changed files with 2 additions and 1 deletions
|
@ -335,6 +335,7 @@ var Reveal = (function(){
|
|||
|
||||
// Special setup and config is required when printing to PDF
|
||||
if( isPrintingPDF() ) {
|
||||
removeEventListeners();
|
||||
setupPDF();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue