git-svn-id: http://xe-core.googlecode.com/svn/trunk@1430 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-16 09:39:47 +00:00
parent 4067f39963
commit bed6e627f5
3 changed files with 7 additions and 4 deletions

View file

@ -75,7 +75,8 @@ 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';
return false;