mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 1365 not expand after find xml file.
this bug fixed git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10444 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9b364916e1
commit
b0fa9257fa
1 changed files with 2 additions and 2 deletions
|
|
@ -53,9 +53,9 @@ $('.checkxml')
|
|||
$this.prop('disabled', false);
|
||||
|
||||
if(data.type == 'XML') {
|
||||
$xml.not(':visible').add($syncmember).slideUp(300);
|
||||
$xml.not(':visible').add($syncmember).slideDown(300);
|
||||
} else if(data.type == 'TTXML') {
|
||||
$ttxml.not(':visible').add($syncmember).slideUp(300);
|
||||
$ttxml.not(':visible').add($syncmember).slideDown(300);
|
||||
$form.find('input[name=type]').val('ttxml');
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue