mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
홈페이지의 레이아웃 변경 및 그룹 추가 문제 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5258 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
60821c90b7
commit
505fc9f625
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue