mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-16 17:21:33 +00:00
added theme to the sanitization of slideOptions
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
1546786c63
commit
8e611e42ee
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ var options = {
|
|||
showNotes: meta.slideOptions.showNotes,
|
||||
shuffle: meta.slideOptions.shuffle,
|
||||
slideNumber: meta.slideOptions.slideNumber,
|
||||
theme: meta.slideOptions.theme,
|
||||
totalTime: meta.slideOptions.totalTime,
|
||||
touch: meta.slideOptions.touch,
|
||||
transition: meta.slideOptions.transition,
|
||||
|
|
Loading…
Reference in a new issue