mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 22:02:13 +09:00
알수없는 javascript error fix
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5138 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
658c0e6dbc
commit
b5037182e8
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ if(jQuery) jQuery.noConflict();
|
|||
this.loaded_popup_menus[menu_id] = html;
|
||||
}
|
||||
|
||||
// 레이어 출력
|
||||
/* 레이어 출력 */
|
||||
if(html) {
|
||||
var area = jQuery("#popup_menu_area").html('<ul>'+html+'</ul>');
|
||||
var areaOffset = {top:params['page_y'], left:params['page_x']};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue