mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 09:39:58 +09:00
제로보드 이전 모듈 보완
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2274 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
988a44756f
commit
6b6303ff79
11 changed files with 48 additions and 24 deletions
|
|
@ -75,6 +75,9 @@ function doStep2(fo_obj) {
|
|||
fo_obj.category_srl.value = category_srl;
|
||||
}
|
||||
|
||||
var target_path = xGetElementById("target_path").value;
|
||||
fo_obj.target_path.value = target_path;
|
||||
|
||||
procFilter(fo_obj, import_xml);
|
||||
|
||||
|
||||
|
|
@ -100,7 +103,7 @@ function completeImport(ret_obj) {
|
|||
|
||||
if(is_finished=='Y') {
|
||||
alert(ret_obj["message"]);
|
||||
location.href = location.href;
|
||||
//location.href = location.href;
|
||||
} else {
|
||||
var fo_obj = xGetElementById('fo_step2');
|
||||
fo_obj.position.value = position;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue