From b5af66ffc283c223f156c3c182c706db16109d94 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Wed, 23 Sep 2015 09:58:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=8C=BF=E8=AF=84=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E7=9A=84js=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/javascripts/new_user.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/javascripts/new_user.js b/public/javascripts/new_user.js index 95d85e48c..fb71d75db 100644 --- a/public/javascripts/new_user.js +++ b/public/javascripts/new_user.js @@ -63,12 +63,12 @@ function submit_homework(id){ else if(!regex_homework_end_time()){ $("#homework_end_time").focus(); } - else if(!regex_evaluation_start()){ - $("#evaluation_start_time").focus() - } - else if(!regex_evaluation_end()){ - $("#evaluation_end_time").focus() - } + //else if(!regex_evaluation_start()){ + // $("#evaluation_start_time").focus() + //} + //else if(!regex_evaluation_end()){ + // $("#evaluation_end_time").focus() + //} else if(!regex_course_id()){ $("#course_id").focus(); }