<기능개선>

통합테스트목록 . 550
This commit is contained in:
kdh0120 2021-11-18 00:19:40 +00:00
parent 62639dc276
commit 5cebb878a6
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
});
function save() {
if (getBytes(val("atext")) < 1) {
if (getBytes(val("atext")) < 1 && $("#file1").val() == "") {
msg("제출내용을 입력해주세요.");
} else {
confirmtoggle(true, "제출하시겠습니까?", "savego()");