From 76244e1fdf04561bf527e40bb7b7d476bd6c77cd Mon Sep 17 00:00:00 2001
From: virusdefender <1670873886@qq.com>
Date: Mon, 14 Mar 2016 14:55:08 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96mathjax=20js=E5=BC=95?=
=?UTF-8?q?=E5=85=A5=E6=96=B9=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
template/src/oj/problem/_mathjax_js.html | 14 ++++++++++++++
template/src/oj/problem/contest_problem.html | 1 +
template/src/oj/problem/problem.html | 1 +
3 files changed, 16 insertions(+)
create mode 100644 template/src/oj/problem/_mathjax_js.html
diff --git a/template/src/oj/problem/_mathjax_js.html b/template/src/oj/problem/_mathjax_js.html
new file mode 100644
index 0000000..9c64ef6
--- /dev/null
+++ b/template/src/oj/problem/_mathjax_js.html
@@ -0,0 +1,14 @@
+
+
\ No newline at end of file
diff --git a/template/src/oj/problem/contest_problem.html b/template/src/oj/problem/contest_problem.html
index b844ec1..a2409bb 100644
--- a/template/src/oj/problem/contest_problem.html
+++ b/template/src/oj/problem/contest_problem.html
@@ -39,4 +39,5 @@
{% endblock %}
{% block js_block %}
+ {% include "oj/problem/_mathjax_js.html" %}
{% endblock %}
\ No newline at end of file
diff --git a/template/src/oj/problem/problem.html b/template/src/oj/problem/problem.html
index 99e8729..15e93d2 100644
--- a/template/src/oj/problem/problem.html
+++ b/template/src/oj/problem/problem.html
@@ -48,4 +48,5 @@
{% endblock %}
{% block js_block %}
+ {% include "oj/problem/_mathjax_js.html" %}
{% endblock %}
\ No newline at end of file