Remove potentially troublesome symlink js

This commit is contained in:
Kijin Sung 2016-12-17 19:33:05 +09:00
parent e0db5707b6
commit f313e693c4
2 changed files with 2 additions and 5 deletions

View file

@ -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,

View file

@ -1 +0,0 @@
main.js

View file

@ -0,0 +1 @@
This file is not used in Rhymix.