git-svn-id: http://xe-core.googlecode.com/svn/trunk@909 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-02 11:31:14 +00:00
parent f09ec9a2fc
commit b362d3972f
2 changed files with 0 additions and 3 deletions

View file

@ -420,13 +420,11 @@ function chkMemberMenu(evt) {
// 현재 글의 mid, module를 구함
var mid = location.href.getQuery("mid");
var module = location.href.getQuery("module");
// 서버에 메뉴를 요청
var params = new Array();
params["member_srl"] = member_srl;
params["cur_mid"] = mid;
params["cur_module"] = module;
params["page_x"] = e.pageX;
params["page_y"] = e.pageY;