From 6aa39d8dc4858d353558ffa617cd8f921af41dad Mon Sep 17 00:00:00 2001 From: zjz1993 <1429595365@qq.com> Date: Fri, 19 Jul 2019 16:53:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=96=E6=B6=88=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/practice_problem.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/practice_problem.ejs b/views/practice_problem.ejs index e052228..fb448a5 100644 --- a/views/practice_problem.ejs +++ b/views/practice_problem.ejs @@ -215,7 +215,7 @@ if (contest) { noSubmit = true; } %> - <% if (noSubmit) { %> + <% if (!noSubmit) { %>
<%