비공개메모 로그인한 관리자 ID
This commit is contained in:
parent
78284ddd4b
commit
5b8f976d98
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user