비공개메모 로그인한 관리자 ID

This commit is contained in:
hylee 2024-03-14 11:52:30 +09:00
parent 78284ddd4b
commit 5b8f976d98

View File

@ -44,12 +44,13 @@
function fn_updateCnclUpdate() {
var v_msg = $('#rmrks').val();
if(!v_msg){
/* if(!v_msg){
alert("메모를 입력해 주세요");
return false;
}
} */
window.opener.fn_popup_submit_cmmAjax(v_msg);
// window.opener.fn_popup_submit_cmmAjax(v_msg);
opener.parent.fn_popup_submit_cmmAjax(v_msg);
// self.close();
}
</script>