Merge 5420b79421
into 01f9e43e59
This commit is contained in:
commit
8674ff63b3
|
@ -502,7 +502,9 @@
|
||||||
|
|
||||||
// ============================ mathjax ============================
|
// ============================ mathjax ============================
|
||||||
document.querySelectorAll("mjx-container").forEach(function (x) {
|
document.querySelectorAll("mjx-container").forEach(function (x) {
|
||||||
x.parentElement.classList += 'has-jax'
|
if(!x.parentElement.classList.contains('has-jax')) {
|
||||||
|
x.parentElement.classList += 'has-jax';
|
||||||
|
}
|
||||||
});
|
});
|
||||||
// =================================================================
|
// =================================================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue