mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 798 fix js error.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10366 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5ec3e28ba9
commit
23957de302
1 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ function doPreProcessing(form, formId) {
|
|||
);
|
||||
|
||||
function on_complete(ret) {
|
||||
var $reload, $cont, fo_proc, elems, i, c, key, to_copy;
|
||||
var $reload, $cont, fo_proc, elems, i, c, key, to_copy, fo_import;
|
||||
|
||||
prepared = true;
|
||||
|
||||
|
|
@ -162,7 +162,7 @@ function doImport(formId) {
|
|||
}
|
||||
|
||||
function on_complete(ret, response_tags) {
|
||||
var i, c, key;
|
||||
var i, c, key, fo_import;
|
||||
|
||||
for(i=0,c=resp.length; i < c; i++) {
|
||||
key = resp[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue