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:
ovclas 2012-03-19 08:01:49 +00:00
parent 9b364916e1
commit b0fa9257fa

View file

@ -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');
}
};