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