pms:6244 작업 커밋
This commit is contained in:
parent
fdb907fdf6
commit
8401b10a7f
|
|
@ -400,7 +400,7 @@
|
|||
addConfirm(sch3)
|
||||
}
|
||||
else {
|
||||
$("#indexForm").attr("action", "/Course/SmartSearch").submit();
|
||||
msg("<span style=\"font-size: 16pt;\">지금 입력하신 신청 정보에 맞는 교육과정들이 검색 되었습니다.<br><br>다음페이지에 검색된 교육과정이 확인됩니다.</span>", null, null, null, "goToCoursePage()");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
@ -860,5 +860,10 @@
|
|||
$("html").css("overflow", "auto");
|
||||
}
|
||||
}
|
||||
|
||||
function goToCoursePage() {
|
||||
$("#indexForm").attr("action", "/Course/SmartSearch").submit();
|
||||
}
|
||||
|
||||
</script>
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue