We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36d551 commit d3a9dbcCopy full SHA for d3a9dbc
unpacked/config/Safe.js
@@ -29,7 +29,9 @@
29
* limitations under the License.
30
*/
31
32
-if (!MathJax.Hub.config.extensions) {MathJax.Hub.config.extensions = []}
33
-MathJax.Hub.config.extensions.push("Safe.js");
+MathJax.Hub.Register.StartupHook("End Config", function () {
+ if (!MathJax.Hub.config.extensions) {MathJax.Hub.config.extensions = []}
34
+ MathJax.Hub.config.extensions.push("Safe.js");
35
+});
36
-MathJax.Ajax.loadComplete("[MathJax]/config/Safe.js");
37
+MathJax.Ajax.loadComplete("[MathJax]/config/Safe.js");
0 commit comments