mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
#1086 본문 삽입이 중복되는 문제 수정
This commit is contained in:
parent
b3baf10915
commit
f2d973d2e9
1 changed files with 2 additions and 2 deletions
|
|
@ -104,9 +104,9 @@
|
||||||
} else {
|
} else {
|
||||||
temp_code += '<a href="' + window.request_uri + fileinfo.download_url + '">' + fileinfo.source_filename + "</a>\n";
|
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() {
|
deleteFile: function() {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue