#18908374 메뉴의 추가/수정버튼 클릭시 포커스가 자동으로 이동되도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7482 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
khongchi 2010-05-25 00:53:44 +00:00
parent 8e29754501
commit e7b8c02a40

View file

@ -109,6 +109,9 @@
});
}
});
$('input#menu_name').focus();
})(jQuery);
</script>