Change mathjax config file name

This commit is contained in:
cuom1999 2022-11-25 12:52:49 -06:00
parent 51a8400fa5
commit 3df9b6ab79
16 changed files with 15 additions and 41 deletions

View file

@ -8,7 +8,7 @@
if (!("MathJax" in window)) {
$.ajax({
type: "GET",
url: '{{ static('mathjax_config.js') }}',
url: '{{ static('mathjax3_config.js') }}',
dataType: "script",
cache: true,
success: function () {