mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
bugfix
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5263 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
78f284c8ea
commit
2efa0c6d02
1 changed files with 12 additions and 0 deletions
|
|
@ -306,4 +306,16 @@ function doDeleteGroup(group_srl) {
|
||||||
var fo_obj = xGetElementById('fo_group');
|
var fo_obj = xGetElementById('fo_group');
|
||||||
fo_obj.group_srl.value = group_srl;
|
fo_obj.group_srl.value = group_srl;
|
||||||
procFilter(fo_obj, delete_group);
|
procFilter(fo_obj, delete_group);
|
||||||
|
}
|
||||||
|
|
||||||
|
function changeMenuType(obj) {
|
||||||
|
if(obj.selectedIndex == 2) {
|
||||||
|
xGetElementById('itemAttr2').style.display = 'none';
|
||||||
|
xGetElementById('itemAttr3').style.display = 'block';
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
xGetElementById('itemAttr2').style.display = 'block';
|
||||||
|
xGetElementById('itemAttr3').style.display = 'none';
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue