From 053e6c174ed8e63c3907b6a2bfac518d0b1622a1 Mon Sep 17 00:00:00 2001 From: rosewiper Date: Tue, 29 Oct 2024 18:24:32 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=EB=AF=B8=EC=8B=B1=EC=9D=98=EC=8B=AC?= =?UTF-8?q?=20=EC=95=8C=EB=A6=BC=20=ED=8C=9D=EC=97=85=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=95=20=EC=B2=98=EB=A6=AC=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/holiday/alarmset/MsgHolidayAlarmSettingListPop.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/holiday/alarmset/MsgHolidayAlarmSettingListPop.jsp b/src/main/webapp/WEB-INF/jsp/holiday/alarmset/MsgHolidayAlarmSettingListPop.jsp index 88e69cbd..4572a6a1 100644 --- a/src/main/webapp/WEB-INF/jsp/holiday/alarmset/MsgHolidayAlarmSettingListPop.jsp +++ b/src/main/webapp/WEB-INF/jsp/holiday/alarmset/MsgHolidayAlarmSettingListPop.jsp @@ -62,7 +62,7 @@ function linkPage(pageNo){ var listForm = document.listForm ; listForm.pageIndex.value = pageNo ; - listForm.action = ""; + listForm.action = ""; listForm.submit(); }