|
|
@ -249,8 +249,7 @@ $(document).ready(function(){
|
|
|
|
if (resp.saved){
|
|
|
|
if (resp.saved){
|
|
|
|
$("#toastText--${pageName}").html("삭제 되었습니다.");
|
|
|
|
$("#toastText--${pageName}").html("삭제 되었습니다.");
|
|
|
|
$P.toast.show();
|
|
|
|
$P.toast.show();
|
|
|
|
|
|
|
|
sleep(1000).then(() => $P.refreshDmndList());
|
|
|
|
$P.refreshDmndList();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -440,7 +439,7 @@ $(document).ready(function(){
|
|
|
|
$P.toast.show();
|
|
|
|
$P.toast.show();
|
|
|
|
|
|
|
|
|
|
|
|
if(!$P.dmndControl.dataset.empty){
|
|
|
|
if(!$P.dmndControl.dataset.empty){
|
|
|
|
$P.refreshDmndList();
|
|
|
|
sleep(1000).then(() => $P.refreshDmndList());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|