mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Remove potentially troublesome symlink js
This commit is contained in:
parent
e0db5707b6
commit
f313e693c4
2 changed files with 2 additions and 5 deletions
|
|
@ -64,10 +64,7 @@
|
|||
if(location.protocol == 'https:') { window.enforce_ssl = true; }
|
||||
|
||||
var settings = {
|
||||
url: request_uri
|
||||
.setQuery('module', 'file')
|
||||
.setQuery('act', 'procFileUpload')
|
||||
.setQuery('mid', window.current_mid),
|
||||
url: request_uri,
|
||||
formData: {
|
||||
"editor_sequence": data.editorSequence,
|
||||
"upload_target_srl" : data.uploadTargetSrl,
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
main.js
|
||||
1
common/js/plugins/jquery.fileupload/js/main.min.js
vendored
Normal file
1
common/js/plugins/jquery.fileupload/js/main.min.js
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
This file is not used in Rhymix.
|
||||
Loading…
Add table
Add a link
Reference in a new issue