mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Set editor_mid automatically based on module_srl
This commit is contained in:
parent
e1cfb09652
commit
990343d906
5 changed files with 7 additions and 29 deletions
|
|
@ -92,7 +92,7 @@
|
|||
var defaultFormData = {
|
||||
"editor_sequence": data.editorSequence,
|
||||
"upload_target_srl" : data.uploadTargetSrl ? data.uploadTargetSrl : 0,
|
||||
"mid" : window.current_mid ? window.current_mid : window.editor_mid,
|
||||
"mid" : window.editor_mid ? window.editor_mid : window.current_mid,
|
||||
"act": 'procFileUpload'
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue