mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Improve backward compatibility with AXUpload5 and other third-party AJAX apps
This commit is contained in:
parent
8ee5e8c4b0
commit
3a419d586d
5 changed files with 33 additions and 15 deletions
|
|
@ -299,7 +299,9 @@
|
|||
|
||||
$.exec_json('file.getFileList', obj, function(res){
|
||||
data.uploadTargetSrl = res.upload_target_srl;
|
||||
editorRelKeys[data.editorSequence].primary.value = res.upload_target_srl;
|
||||
if(editorRelKeys[data.editorSequence]) {
|
||||
editorRelKeys[data.editorSequence].primary.value = res.upload_target_srl;
|
||||
}
|
||||
data.uploadTargetSrl = res.uploadTargetSrl;
|
||||
|
||||
// @TODO 정리
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue