From 8401b10a7f0dd1db2eaa0ff0ac1a5a0a6e0fca61 Mon Sep 17 00:00:00 2001 From: sgshin Date: Wed, 11 Dec 2024 05:19:03 +0000 Subject: [PATCH] =?UTF-8?q?pms:6244=20=EC=9E=91=EC=97=85=20=EC=BB=A4?= =?UTF-8?q?=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Home/Index.cshtml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/FO/Views/Home/Index.cshtml b/FO/Views/Home/Index.cshtml index 063064f..00024cc 100644 --- a/FO/Views/Home/Index.cshtml +++ b/FO/Views/Home/Index.cshtml @@ -400,7 +400,7 @@ addConfirm(sch3) } else { - $("#indexForm").attr("action", "/Course/SmartSearch").submit(); + msg("지금 입력하신 신청 정보에 맞는 교육과정들이 검색 되었습니다.

다음페이지에 검색된 교육과정이 확인됩니다.
", null, null, null, "goToCoursePage()"); } }); @@ -860,5 +860,10 @@ $("html").css("overflow", "auto"); } } + + function goToCoursePage() { + $("#indexForm").attr("action", "/Course/SmartSearch").submit(); + } + }