We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e2091 commit 0ec6e2cCopy full SHA for 0ec6e2c
1 file changed
lib/main.js
@@ -340,8 +340,9 @@ function ConfigureMathJax() {
340
delete STYLES[".mjx-test"];
341
delete STYLES[".mjx-ex-boxtest"];
342
// fontURL to current MathJax version
343
- if (!fontURL)
344
- fontURL = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/' + MathJax.version + '/fonts/HTML-CSS';
+ if (!fontURL){
+ fontURL = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/' + MathJax.version + '/fonts/HTML-CSS';
345
+ }
346
CHTML.Augment({
347
webfontDir: fontURL,
348
//
0 commit comments