From 505fc9f6259a4205d28539f393adbfbb06debe8f Mon Sep 17 00:00:00 2001 From: ngleader Date: Wed, 7 Jan 2009 02:25:55 +0000 Subject: [PATCH] =?UTF-8?q?#17607358=20=ED=99=88=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=EC=9D=98=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=EB=B0=8F=20=EA=B7=B8=EB=A3=B9=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=EB=AC=B8=EC=A0=9C?= 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@5258 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/homepage/skins/xe_official/js/homepage.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/homepage/skins/xe_official/js/homepage.js b/modules/homepage/skins/xe_official/js/homepage.js index f25949a47..86aa6a127 100644 --- a/modules/homepage/skins/xe_official/js/homepage.js +++ b/modules/homepage/skins/xe_official/js/homepage.js @@ -300,4 +300,10 @@ function completeInsertPage(ret_obj) { function completeChangeLayout(ret_obj) { location.reload(); +} + +function doDeleteGroup(group_srl) { + var fo_obj = xGetElementById('fo_group'); + fo_obj.group_srl.value = group_srl; + procFilter(fo_obj, delete_group); } \ No newline at end of file