mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Disable slideshow controls config when printing.
This commit is contained in:
parent
5650d25b30
commit
75f3929f84
|
@ -2,7 +2,11 @@
|
|||
|
||||
<script>
|
||||
Reveal.initialize({
|
||||
@if(!(serverPrinting || webPrinting)) {
|
||||
controls: true,
|
||||
} else {
|
||||
controls: false,
|
||||
}
|
||||
progress: true,
|
||||
embedded: true,
|
||||
margin: 0.0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user