mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
console.log 삭제
구버전 IE에서는 개발자 도구가 열려있지 않을 때 console 객체를 사용할 수 없습니다. 따라서 오류가 발생하고, 이 때문에 페이지의 스크립트가 의도치 않게 멈출 수 있습니다. 이점을 수정합니다.
This commit is contained in:
parent
8888d04bcb
commit
fb25cf42fd
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue