#1086 본문 삽입이 중복되는 문제 수정

This commit is contained in:
bnu 2015-03-10 20:23:05 +09:00
parent b3baf10915
commit f2d973d2e9

View file

@ -104,9 +104,9 @@
} else {
temp_code += '<a href="' + window.request_uri + fileinfo.download_url + '">' + fileinfo.source_filename + "</a>\n";
}
_getCkeInstance(this.editor_sequence).insertHtml(temp_code, "unfiltered_html");
}
_getCkeInstance(this.editor_sequence).insertHtml(temp_code, "unfiltered_html");
},
deleteFile: function() {
var self = this;