mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
issue 1365 fixed. XML importer JS issue.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10385 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
67de03927f
commit
ac56406b22
1 changed files with 5 additions and 3 deletions
|
|
@ -44,16 +44,18 @@ $('.checkxml')
|
||||||
return restore();
|
return restore();
|
||||||
}
|
}
|
||||||
|
|
||||||
restore();
|
|
||||||
$message.attr('class', 'desc success').fadeIn(300);
|
$message.attr('class', 'desc success').fadeIn(300);
|
||||||
$form.find(':submit').removeAttr('disabled');
|
$form.find(':submit').removeAttr('disabled');
|
||||||
|
|
||||||
$syncmember = $form.find('.syncmember:hidden');
|
$syncmember = $form.find('.syncmember:hidden');
|
||||||
|
|
||||||
|
$input.prop('disabled', false).removeClass('loading');
|
||||||
|
$this.prop('disabled', false);
|
||||||
|
|
||||||
if(data.type == 'XML') {
|
if(data.type == 'XML') {
|
||||||
$xml.not(':visible').add($syncmember).slideDown(300);
|
$xml.not(':visible').add($syncmember).slideUp(300);
|
||||||
} else if(data.type == 'TTXML') {
|
} else if(data.type == 'TTXML') {
|
||||||
$ttxml.not(':visible').add($syncmember).slideDown(300);
|
$ttxml.not(':visible').add($syncmember).slideUp(300);
|
||||||
$form.find('input[name=type]').val('ttxml');
|
$form.find('input[name=type]').val('ttxml');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue