mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
multi lang bug fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11909 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fd7dc90dac
commit
5dfbcffe88
2 changed files with 3 additions and 2 deletions
|
|
@ -1571,7 +1571,8 @@ jQuery(function($){
|
|||
|
||||
// load value
|
||||
function loadValue(){
|
||||
$displayInput.val($hiddenInput.val());
|
||||
$displayInput.val($hiddenInput.val()).removeAttr('disabled');
|
||||
|
||||
var pattern = /^\$user_lang->/;
|
||||
if(pattern.test($displayInput.val())){
|
||||
function on_complete2(data){
|
||||
|
|
|
|||
|
|
@ -1671,7 +1671,7 @@ jQuery(function($){
|
|||
$(this).find('._leaveUnfolded').attr("checked", "checked");
|
||||
}
|
||||
|
||||
$(this).find('.lang_code').xeApplyMultilingualUI();
|
||||
$(this).find('.lang_code').trigger('reload-multilingual');
|
||||
});
|
||||
$('#default').bind("hide", function(){
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue