|
|
|
@ -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();
|
|
|
|
|
}
|
|
|
|
|