From 5cebb878a6c864286914cea9b89e570f4f9a0dbc Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Thu, 18 Nov 2021 00:19:40 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=20?= =?UTF-8?q?=ED=86=B5=ED=95=A9=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=20.=20550?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/CRoom/EstimationSubject.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FO/Views/CRoom/EstimationSubject.cshtml b/FO/Views/CRoom/EstimationSubject.cshtml index e0f0c67..cf1dc4d 100644 --- a/FO/Views/CRoom/EstimationSubject.cshtml +++ b/FO/Views/CRoom/EstimationSubject.cshtml @@ -94,7 +94,7 @@ }); function save() { - if (getBytes(val("atext")) < 1) { + if (getBytes(val("atext")) < 1 && $("#file1").val() == "") { msg("제출내용을 입력해주세요."); } else { confirmtoggle(true, "제출하시겠습니까?", "savego()");