mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
1. 가상사이트의 구분 변수명을 sid에서 vid로 변경
2. rank_count 위젯에서 그룹이 지정되지 않았을 경우 해당 가상 사이트의 모든 그룹을 대상으로 하도록 코드 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6053 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
562c27f1d1
commit
5e883170bb
21 changed files with 87 additions and 78 deletions
|
|
@ -18,7 +18,7 @@ function exec_xml(module, act, params, callback_func, response_tags, callback_fu
|
|||
}
|
||||
oXml.addParam("module", module);
|
||||
oXml.addParam("act", act);
|
||||
if(typeof(xeSid)!='undefined') oXml.addParam('sid', xeSid);
|
||||
if(typeof(xeVid)!='undefined') oXml.addParam('vid', xeVid);
|
||||
|
||||
if(typeof(response_tags)=="undefined" || response_tags.length<1) response_tags = new Array('error','message');
|
||||
|
||||
|
|
@ -430,7 +430,7 @@ $.exec_json = function(action,data,func){
|
|||
}
|
||||
|
||||
$.extend(data,{module:action[0],act:action[1]});
|
||||
if(typeof(xeSid)!='undefined') $.extend(data,{sid:xeSid});
|
||||
if(typeof(xeVid)!='undefined') $.extend(data,{vid:xeVid});
|
||||
$.ajax({
|
||||
type:"POST"
|
||||
,dataType:"json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue