UX: Hide mathjax loading toast (#78)

This commit is contained in:
Jarek Radosz 2024-02-05 14:13:54 +01:00 committed by GitHub
parent 956fd3ee18
commit 2984713f68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ function initMathJax(opts) {
TeX: { extensions: ["AMSmath.js", "AMSsymbols.js", "autoload-all.js"] },
extensions,
showProcessingMessages: false,
messageStyle: "none",
root: getURLWithCDN("/plugins/discourse-math/mathjax"),
};