mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
일부 레이아웃에서 모듈설정의 다국어 레이어가 표시되지 않는 문제점 수정
This commit is contained in:
parent
c3df75bfee
commit
8a35c00e96
1 changed files with 1 additions and 1 deletions
|
|
@ -1827,7 +1827,7 @@ jQuery(function($){
|
|||
$.fn.xeLoadMultilingualWindowHtml = function(){
|
||||
function on_complete(data){
|
||||
// append html
|
||||
var $content = $('#content');
|
||||
var $content = ($('#content').length > 0) ? $('#content') : $('body');
|
||||
$(data.html).appendTo($content).xeMultilingualWindow();
|
||||
$('.lang_code').trigger('loaded-multilingualWindow');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue