FYI – problem and fix
-
The most recent update broke the display on our server by causing a malformed get
We had to remove https and make line 2 look like line 3
Thought you would want to know…/*
* Default CDN URLs, for each major version.
*/
public static $default_cdns = array(
2 => “//https://cdn.jsdelivr.net/npm/[email protected]/MathJax.js?config=TeX-MML-AM_CHTML,Safe.js”,
3 => “//cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js”
);/*
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘FYI – problem and fix’ is closed to new replies.