mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 18:59:56 +09:00
파일 삭제시 mid 연결하여 요청하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2030 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
945d5f6918
commit
3eec8e758c
1 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ function editor_display_uploaded_file(upload_target_srl) {
|
|||
_prev_upload_target_srl = 0;
|
||||
} else return;
|
||||
}
|
||||
var url = "./?act=procFileDelete&upload_target_srl="+upload_target_srl;
|
||||
var url = "./?act=procFileDelete&upload_target_srl="+upload_target_srl+"&mid="+current_url.getQuery('mid');
|
||||
|
||||
// iframe에 url을 보내버림
|
||||
var iframe_obj = xGetElementById('tmp_upload_iframe');
|
||||
|
|
@ -230,7 +230,7 @@ function editor_remove_file(upload_target_srl) {
|
|||
var fo_obj = obj;
|
||||
while(fo_obj.nodeName != 'FORM') { fo_obj = fo_obj.parentNode; }
|
||||
var mid = fo_obj.mid.value;
|
||||
var url = "./?act=procFileDelete&upload_target_srl="+upload_target_srl+"&file_srl="+file_srl;
|
||||
var url = "./?act=procFileDelete&upload_target_srl="+upload_target_srl+"&file_srl="+file_srl+"&mid="+current_url.getQuery('mid');
|
||||
|
||||
// iframe에 url을 보내버림
|
||||
var iframe_obj = xGetElementById('tmp_upload_iframe');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue