multi lang bug fix, admin ui

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11907 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-10-26 04:55:33 +00:00
parent 41aa746931
commit fe53b778af
2 changed files with 48 additions and 5 deletions

View file

@ -1561,9 +1561,8 @@ jQuery(function($){
// if change text, copy
var $hiddenInput = $this;
$displayInput.bind('change, keyup', function(){
$displayInput.bind('change keyup', function(){
$this = $(this);
$hiddenInput.show();
if($this.closest('.g11n').hasClass('active')) return;