Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
메뉴 삭제시 메뉴설정의 확인 버튼을 눌러 저장해야 한다는 메세지 추가
  • Loading branch information
kagla committed Feb 23, 2022
1 parent 3247ae2 commit ff2421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm/menu_list.php
Expand Up @@ -140,7 +140,7 @@
});

$(document).on("click", ".btn_del_menu", function() {
if(!confirm("메뉴를 삭제하시겠습니까?"))
if(!confirm("메뉴를 삭제하시겠습니까?\n메뉴 삭제후 메뉴설정의 확인 버튼을 눌러 메뉴를 저장해 주세요."))
return false;

var $tr = $(this).closest("tr");
Expand Down

0 comments on commit ff2421d

Please sign in to comment.