mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1455 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5c65224fd1
commit
f2412760a3
4 changed files with 40 additions and 44 deletions
|
|
@ -75,8 +75,7 @@ function doStep2(fo_obj) {
|
|||
fo_obj.category_srl.value = category_srl;
|
||||
}
|
||||
|
||||
//procFilter(fo_obj, import_xml);
|
||||
fo_obj.submit();
|
||||
procFilter(fo_obj, import_xml);
|
||||
|
||||
|
||||
xGetElementById('step2_status').style.display = 'block';
|
||||
|
|
@ -96,8 +95,7 @@ function completeImport(ret_obj) {
|
|||
var fo_obj = xGetElementById('fo_step2');
|
||||
fo_obj.position.value = position;
|
||||
xInnerHtml('step2_position', position);
|
||||
//procFilter(fo_obj, import_xml);
|
||||
fo_obj.submit();
|
||||
procFilter(fo_obj, import_xml);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue