mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
modified output target of multilangual modal(.x #content -> #content)
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12445 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
02f39a7384
commit
adb6da0a3c
1 changed files with 1 additions and 1 deletions
|
|
@ -1505,7 +1505,7 @@ jQuery(function($){
|
|||
$.fn.xeLoadMultilingualWindowHtml = function(){
|
||||
function on_complete(data){
|
||||
// append html
|
||||
var $content = $('.x #content');
|
||||
var $content = $('#content');
|
||||
$(data.html).appendTo($content).xeMultilingualWindow();
|
||||
$('.lang_code').trigger('loaded-multilingualWindow');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue