From 0744c9412a12d1b38572a67028a01fe06c95465e Mon Sep 17 00:00:00 2001 From: Tim Hostetler Date: Sun, 11 Mar 2018 21:42:45 -0400 Subject: [PATCH] Remove MathJax Loading Messages --- src/discovery.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/discovery.config.js b/src/discovery.config.js index 7df833d76..78d24b387 100644 --- a/src/discovery.config.js +++ b/src/discovery.config.js @@ -281,6 +281,7 @@ require.config({ exports: "MathJax", init: function () { MathJax.Hub.Config({ + messageStyle: 'none', HTML: ["input/TeX","output/HTML-CSS"], TeX: { extensions: ["AMSmath.js","AMSsymbols.js"], equationNumbers: { autoNumber: "AMS" } },