mirror of
https://github.com/discourse/discourse-math.git
synced 2025-07-10 07:23:27 +00:00
UX: Hide mathjax loading toast (#78)
This commit is contained in:
parent
956fd3ee18
commit
2984713f68
@ -21,6 +21,7 @@ function initMathJax(opts) {
|
|||||||
TeX: { extensions: ["AMSmath.js", "AMSsymbols.js", "autoload-all.js"] },
|
TeX: { extensions: ["AMSmath.js", "AMSsymbols.js", "autoload-all.js"] },
|
||||||
extensions,
|
extensions,
|
||||||
showProcessingMessages: false,
|
showProcessingMessages: false,
|
||||||
|
messageStyle: "none",
|
||||||
root: getURLWithCDN("/plugins/discourse-math/mathjax"),
|
root: getURLWithCDN("/plugins/discourse-math/mathjax"),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user