From 342c4e3188d93c42e347d279fd119275ebb70f37 Mon Sep 17 00:00:00 2001 From: BLZR <34515568+1bl4z3r@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:18:21 +0530 Subject: [PATCH] Delete assets/js/mathjax/mathjax-assistant.js --- assets/js/mathjax/mathjax-assistant.js | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 assets/js/mathjax/mathjax-assistant.js diff --git a/assets/js/mathjax/mathjax-assistant.js b/assets/js/mathjax/mathjax-assistant.js deleted file mode 100644 index cf28017..0000000 --- a/assets/js/mathjax/mathjax-assistant.js +++ /dev/null @@ -1,19 +0,0 @@ -MathJax = { - tex: { - inlineMath: [['$', '$'], ['\\(', '\\)']], - displayMath: [['$$', '$$'], ['\\[', '\\]']], - processEscapes: true, - processEnvironments: true, - }, - options: { - skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre'], - enableMenu: false - }, - svg: {fontCache: 'global'} -}; - -window.addEventListener('load', (event) => { - document.querySelectorAll("mjx-container").forEach(function (x) { - x.parentElement.classList += 'has-jax' - }) -}); \ No newline at end of file