diff --git a/modules/board/tpl/category_list.html b/modules/board/tpl/category_list.html index a235ac67c..5895446eb 100644 --- a/modules/board/tpl/category_list.html +++ b/modules/board/tpl/category_list.html @@ -26,7 +26,7 @@
  • {$lang->category}
  • -
    +
    diff --git a/modules/board/tpl/js/board_admin.js b/modules/board/tpl/js/board_admin.js index acce326d2..084435333 100644 --- a/modules/board/tpl/js/board_admin.js +++ b/modules/board/tpl/js/board_admin.js @@ -70,6 +70,7 @@ function Tree(url){ simpleTreeCollection = jQuery('.simpleTree').simpleTree({ autoclose: false, afterClick:function(node){ + jQuery('#category_info').html(""); //alert("text-"+jQuery('span:first',node).text()); }, afterDblClick:function(node){ @@ -89,6 +90,7 @@ function Tree(url){ jQuery.exec_json("board.procBoardAdminMoveCategory",{ "module_srl":module_srl,"parent_srl":parent_srl,"target_srl":target_srl,"source_srl":source_srl}, function(data){ + jQuery('#category_info').html(''); if(data.error > 0) Tree(xml_url); }); @@ -150,6 +152,7 @@ function nodeToggleAll(){ function deleteNode(node){ if(confirm(lang_confirm_delete)){ + jQuery('#category_info').html(""); var params ={ "category_srl":node ,"parent_srl":0