Disable slideshow controls config when printing.

This commit is contained in:
David Russell 2017-11-16 11:23:22 +07:00
parent 5650d25b30
commit 75f3929f84

View File

@ -2,7 +2,11 @@
<script>
Reveal.initialize({
@if(!(serverPrinting || webPrinting)) {
controls: true,
} else {
controls: false,
}
progress: true,
embedded: true,
margin: 0.0,