parent
62639dc276
commit
5cebb878a6
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
});
|
||||
function save() {
|
||||
if (getBytes(val("atext")) < 1) {
|
||||
if (getBytes(val("atext")) < 1 && $("#file1").val() == "") {
|
||||
msg("제출내용을 입력해주세요.");
|
||||
} else {
|
||||
confirmtoggle(true, "제출하시겠습니까?", "savego()");
|
||||
|
|
|
|||
Loading…
Reference in New Issue