mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +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
|
|
@ -76,7 +76,7 @@ function XEUploaderStart(obj) {
|
|||
upload_complete_handler : uploadComplete,
|
||||
queue_complete_handler :queueComplete
|
||||
};
|
||||
if(typeof(xeSid)!='undefined') settings["post_params"]["sid"] = xeSid;
|
||||
if(typeof(xeVid)!='undefined') settings["post_params"]["vid"] = xeVid;
|
||||
settings["post_params"][obj["sessionName"]] = xGetCookie(obj["sessionName"]);
|
||||
settings["editorSequence"] = obj["editorSequence"];
|
||||
settings["uploadTargetSrl"] = editorRelKeys[obj["editorSequence"]]["primary"].value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue