#17085732 커뮤니케이션 애드온의 mid 오동작 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6217 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-28 06:07:38 +00:00
parent eba9b603d1
commit ad3e978466
2 changed files with 5 additions and 3 deletions

View file

@ -193,11 +193,12 @@ jQuery(function($) {
// 서버에 메뉴를 요청
var params = new Array();
params["target_srl"] = target_srl;
params["cur_mid"] = current_mid;
params["mid"] = params["cur_mid"] = current_mid;
params["cur_act"] = current_url.getQuery('act');
params["menu_id"] = menu_id;
params["page_x"] = evt.pageX;
params["page_y"] = evt.pageY;
if(typeof(xeVid)!='undefined') params["vid"] = xeVid;
var response_tags = new Array("error","message","menus");