mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 18:32:52 +09:00
Merge pull request #899 from sejin7940/admin_menu
관리자메뉴설정 에서 삭제가 안 되는 버그 패치
This commit is contained in:
commit
bc00dbd42e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ jQuery(function($){
|
|||
});
|
||||
|
||||
$('a._child_delete').click(function() {
|
||||
var menu_item_srl = $(this).parents('li').find('._item_key').val();
|
||||
var menu_item_srl = $(this).closest('li').find('._item_key').val();
|
||||
listForm.find('input[name=menu_item_srl]').val(menu_item_srl);
|
||||
listForm.submit();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue