Skip to content

Commit

Permalink
Merge pull request #1611 from YJSoft/bugfix/console
Browse files Browse the repository at this point in the history
파일 업로더 main.js 파일의 console.log 삭제
  • Loading branch information
bnu committed Jul 13, 2015
2 parents a797b7f + fb25cf4 commit 6a89d2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/js/plugins/jquery.fileupload/js/main.js
Expand Up @@ -287,7 +287,6 @@
obj.editor_sequence = data.editorSequence;

$.exec_json('file.getFileList', obj, function(res){
console.log(res);
data.uploadTargetSrl = res.upload_target_srl;
editorRelKeys[data.editorSequence].primary.value = res.upload_target_srl;
data.uploadTargetSrl = res.uploadTargetSrl;
Expand Down

0 comments on commit 6a89d2f

Please sign in to comment.