From 80c39560126a0e26135ee2b1aff19186deb628e0 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Thu, 14 Apr 2022 11:31:11 +0800 Subject: [PATCH] chore(web): use staticfile.org to load mathjax --- web/app/views/page-header.php | 2 +- web/app/views/slide.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/views/page-header.php b/web/app/views/page-header.php index e60c825..291d5cf 100644 --- a/web/app/views/page-header.php +++ b/web/app/views/page-header.php @@ -152,7 +152,7 @@ } }); - + diff --git a/web/app/views/slide.php b/web/app/views/slide.php index 9104f81..1fc73b8 100644 --- a/web/app/views/slide.php +++ b/web/app/views/slide.php @@ -62,7 +62,7 @@ transition: 'slide', math: { - mathjax: '//cdn.bootcss.com/mathjax/2.6.0/MathJax.js', + mathjax: '//cdn.staticfile.org/mathjax/2.7.7/MathJax.js', config: 'TeX-AMS_HTML-full' },