mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
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:
parent
41aa746931
commit
fe53b778af
2 changed files with 48 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue