From f2d973d2e99765ee801cb105c9e16d55d079092c Mon Sep 17 00:00:00 2001 From: bnu Date: Tue, 10 Mar 2015 20:23:05 +0900 Subject: [PATCH] =?UTF-8?q?#1086=20=EB=B3=B8=EB=AC=B8=20=EC=82=BD=EC=9E=85?= =?UTF-8?q?=EC=9D=B4=20=EC=A4=91=EB=B3=B5=EB=90=98=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/plugins/jquery.fileupload/js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/js/plugins/jquery.fileupload/js/main.js b/common/js/plugins/jquery.fileupload/js/main.js index 1e194e7e7..a3b662df7 100644 --- a/common/js/plugins/jquery.fileupload/js/main.js +++ b/common/js/plugins/jquery.fileupload/js/main.js @@ -104,9 +104,9 @@ } else { temp_code += '' + fileinfo.source_filename + "\n"; } - - _getCkeInstance(this.editor_sequence).insertHtml(temp_code, "unfiltered_html"); } + + _getCkeInstance(this.editor_sequence).insertHtml(temp_code, "unfiltered_html"); }, deleteFile: function() { var self = this;