mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
Multilingual UI debugging.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8876 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0ff789ed42
commit
14d0daa285
4 changed files with 546 additions and 27 deletions
|
|
@ -8,11 +8,11 @@ $('#langList')
|
|||
|
||||
// toggle input control
|
||||
if($form.attr('aria-hidden') == 'false') {
|
||||
$form.slideUp('fast');
|
||||
$form.attr('aria-hidden', 'true');
|
||||
$form.attr('aria-hidden', 'true').slideUp('fast');
|
||||
$this.closest('li').removeClass('active');
|
||||
}else{
|
||||
$form.slideDown('fast');
|
||||
$form.attr('aria-hidden', 'false');
|
||||
$form.attr('aria-hidden', 'false').slideDown('fast');
|
||||
$this.closest('li').addClass('active');
|
||||
}
|
||||
|
||||
if($form.data('lang-loaded') == true) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue