mikitex70 / redmine_drawio

Macro plugin to embed draw.io diagrams into Redmine wiki pages
MIT License
123 stars 51 forks source link

Fixes uncaught type error #130

Closed liaham closed 1 year ago

liaham commented 1 year ago

Math support will only be provided if the user has checked the corresponding box in plugin settings. When no math support is required the javascript snippet should be ignored.

Since only MathJax will be ignored and not MathJax.Hub, javascript will raise a type error. This is fixed with a further condition.

mikitex70 commented 1 year ago

Hi @liaham, thanks for your work.