mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
issue 2390 Importer UI refactoring
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11574 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
305e0fe7fb
commit
7588c4ecc1
2 changed files with 58 additions and 53 deletions
|
|
@ -27,9 +27,9 @@ $('.checkxml')
|
|||
function on_complete(data) {
|
||||
var $ul, $ttxml, $xml;
|
||||
|
||||
$ul = $this.closest('ul');
|
||||
$xml = $ul.find('>.xml');
|
||||
$ttxml = $ul.find('>.ttxml');
|
||||
//$ul = $this.closest('ul');
|
||||
$xml = $form.find('>.xml');
|
||||
$ttxml = $form.find('>.ttxml');
|
||||
|
||||
$message.text(data.result_message);
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ $('.checkxml')
|
|||
})
|
||||
.end()
|
||||
.find('.desc').hide().end()
|
||||
.closest('ul').find('>li.ttxml').hide().end().end()
|
||||
.closest('form').find('>.ttxml').hide().end().end()
|
||||
.closest('form').find(':submit').attr('disabled','disabled');
|
||||
|
||||
// hide 'sync member' block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue