mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
#17085732 커뮤니케이션 애드온의 mid 오동작 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6217 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eba9b603d1
commit
ad3e978466
2 changed files with 5 additions and 3 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue