비공개메모 로그인한 관리자 ID
This commit is contained in:
parent
78284ddd4b
commit
5b8f976d98
@ -44,12 +44,13 @@
|
|||||||
|
|
||||||
function fn_updateCnclUpdate() {
|
function fn_updateCnclUpdate() {
|
||||||
var v_msg = $('#rmrks').val();
|
var v_msg = $('#rmrks').val();
|
||||||
if(!v_msg){
|
/* if(!v_msg){
|
||||||
alert("메모를 입력해 주세요");
|
alert("메모를 입력해 주세요");
|
||||||
return false;
|
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();
|
// self.close();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user