From b875745d8b039b15526dc4088064069e65e2f1b3 Mon Sep 17 00:00:00 2001 From: ngleader Date: Mon, 22 Dec 2008 02:34:34 +0000 Subject: [PATCH] =?UTF-8?q?#17559021=20=EA=B2=8C=EC=8B=9C=ED=8C=90=20?= =?UTF-8?q?=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC(=EB=B6=84=EB=A5=98)=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=96=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5143 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/tpl/category_list.html | 2 +- modules/board/tpl/js/board_admin.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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