diff --git a/common/js/common.js b/common/js/common.js index 7b9d5124f..e0078c0c8 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -107,7 +107,7 @@ if(jQuery) jQuery.noConflict(); this.loaded_popup_menus[menu_id] = html; } - // 레이어 출력 + /* 레이어 출력 */ if(html) { var area = jQuery("#popup_menu_area").html(''); var areaOffset = {top:params['page_y'], left:params['page_x']};