git-svn-id: http://xe-core.googlecode.com/svn/trunk@1244 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-19 07:56:40 +00:00
parent c3f7830e36
commit 312976465c
5 changed files with 134 additions and 8 deletions

View file

@ -219,7 +219,7 @@ function doReloadTreeMenu(module_srl) {
}
/* 카테고리 삭제 */
function doDeleteCategory(category_srl) {
function doDeleteCategoryItem(category_srl) {
var fo_obj = xGetElementById("fo_category");
if(!fo_obj) return;