mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1453 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
422c6e9fd6
commit
5c65224fd1
6 changed files with 26 additions and 20 deletions
|
|
@ -75,7 +75,9 @@ function doStep2(fo_obj) {
|
|||
fo_obj.category_srl.value = category_srl;
|
||||
}
|
||||
|
||||
procFilter(fo_obj, import_xml);
|
||||
//procFilter(fo_obj, import_xml);
|
||||
fo_obj.submit();
|
||||
|
||||
|
||||
xGetElementById('step2_status').style.display = 'block';
|
||||
return false;
|
||||
|
|
@ -94,7 +96,8 @@ function completeImport(ret_obj) {
|
|||
var fo_obj = xGetElementById('fo_step2');
|
||||
fo_obj.position.value = position;
|
||||
xInnerHtml('step2_position', position);
|
||||
procFilter(fo_obj, import_xml);
|
||||
//procFilter(fo_obj, import_xml);
|
||||
fo_obj.submit();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue