mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 318, fixed a bug for do not delete value on multi language UI
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9477 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6bcea190c8
commit
96145e57d1
1 changed files with 1 additions and 0 deletions
|
|
@ -708,6 +708,7 @@ $('.multiLangEdit')
|
|||
if(!val || skip_textchange) {
|
||||
skip_textchange = false;
|
||||
$ul.parent().hide();
|
||||
$this.prev('input.vLang').val('');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue