주소록 등록 팝업 수정
This commit is contained in:
parent
3dc7ecd3d8
commit
39f5517263
@ -376,7 +376,7 @@ function SetAddrMassSave(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var confirmMsg = "저장하시겠습니까?\n이름 20byte, [*1*]~[*4*] 40byte, 메모 250byte 초과 글자는 절사됩니다.";
|
var confirmMsg = "저장하시겠습니까?\n이름 200byte, [*1*]~[*4*] 200byte, 메모 250byte 초과 글자는 절사됩니다.";
|
||||||
if (confirm(confirmMsg)) {
|
if (confirm(confirmMsg)) {
|
||||||
//로딩창 show
|
//로딩창 show
|
||||||
fn_loadAddActive();
|
fn_loadAddActive();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user