hedgedoc/public/js
Tilman Vatteroth 9f59a73049
Fix wrong acces to slide options
If the slide options in the frontmatter are empty
or not present, then slideOptions object in the
parsed JSON is undefined. This triggers an
exception when the sanitized slide options object
is built.

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2021-02-02 13:27:37 +01:00
..
lib Remove pdf export code 2020-11-26 21:09:23 +01:00
cover.js Replace CodiMD with HedgeDoc 2020-11-14 21:18:36 +01:00
extra.js Don't store mermaid diagrams in innerHTML 2020-12-27 10:14:27 +01:00
history.js Fix eslint warnings 2019-05-31 00:30:29 +02:00
htmlExport.js
index.js Remove reference to nonexisting DOM element 2020-11-27 19:24:43 +01:00
locale.js Add config option for cookie SameSite policy 2020-08-27 02:04:49 +02:00
mathjax-config-extra.js
pretty.js Fix eslint warnings 2019-05-31 00:30:29 +02:00
render.js Don't accept sandbox attribute 2019-10-22 12:04:12 +02:00
reveal-markdown.js changed the SCRIPT_END_PLACEHOLDER regex to case insensitive 2021-01-14 11:35:17 +01:00
slide.js Fix wrong acces to slide options 2021-02-02 13:27:37 +01:00
utils.js