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:
flyskyko 2011-10-04 09:47:07 +00:00
parent 6bcea190c8
commit 96145e57d1

View file

@ -708,6 +708,7 @@ $('.multiLangEdit')
if(!val || skip_textchange) {
skip_textchange = false;
$ul.parent().hide();
$this.prev('input.vLang').val('');
return;
}