From d7b690e53a82bfd7e526e00ad1b19843ac4e33ce Mon Sep 17 00:00:00 2001 From: cxt Date: Mon, 14 Dec 2015 16:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BF=E8=AF=84=E8=AE=BE=E7=BD=AE=E6=97=B6?= =?UTF-8?q?=E5=8C=BF=E8=AF=84=E5=85=B3=E9=97=AD=E6=97=A5=E6=9C=9F=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E7=AD=89=E4=BA=8E=E5=8C=BF=E8=AF=84=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/javascripts/new_user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/new_user.js b/public/javascripts/new_user.js index d375a90ee..98442b975 100644 --- a/public/javascripts/new_user.js +++ b/public/javascripts/new_user.js @@ -213,7 +213,7 @@ function regex_evaluation_end(){ } var evaluation_start_time = new Date(evaluation_start); var evaluation_end_time = new Date(evaluation_end); - if(evaluation_end_time > evaluation_start_time){ + if(evaluation_end_time >= evaluation_start_time){ $("#homework_evaluation_end_time").text(""); return true; }else{