From 532b74eddea1c4a73bf061eef649962f0b00ac77 Mon Sep 17 00:00:00 2001 From: SakuraWald Date: Wed, 8 Feb 2023 07:25:06 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20mathjax=E5=9C=A8ajax=E5=95=93=E7=94=A8?= =?UTF-8?q?=E6=99=82=EF=BC=8C=E5=8F=AF=E8=83=BD=E7=9A=84=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E9=8C=AF=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/includes/third-party/math/mathjax.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/includes/third-party/math/mathjax.pug b/layout/includes/third-party/math/mathjax.pug index 229d472..e1734b7 100644 --- a/layout/includes/third-party/math/mathjax.pug +++ b/layout/includes/third-party/math/mathjax.pug @@ -43,5 +43,5 @@ script. } else { MathJax.startup.document.state(0) MathJax.texReset() - MathJax.typeset() + MathJax.typesetPromise() } \ No newline at end of file