알수없는 javascript error fix

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5138 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-12-19 13:34:02 +00:00
parent 658c0e6dbc
commit b5037182e8

View file

@ -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']};