Skip to content

Commit 31e7e8b

Browse files
Oleksandr Kulkovadamant-pwn
authored andcommitted
Update config.js
1 parent fb187f7 commit 31e7e8b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/javascript/config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ MathJax = {
6363

6464
MathJax.startup.defaultReady();
6565
}
66-
}
67-
}
68-
69-
window.MathJax = {
66+
},
7067
tex: {
7168
inlineMath: [["\\(", "\\)"]],
7269
displayMath: [["\\[", "\\]"]],
@@ -77,7 +74,7 @@ window.MathJax = {
7774
ignoreHtmlClass: ".*|",
7875
processHtmlClass: "arithmatex"
7976
}
80-
};
77+
}
8178

8279
document$.subscribe(() => {
8380
MathJax.typesetPromise()

0 commit comments

Comments
 (0)