mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix uploaded media not automatically inserted to SimpleEditor
This commit is contained in:
parent
a16364de6d
commit
23712bda19
1 changed files with 3 additions and 0 deletions
|
|
@ -145,6 +145,9 @@
|
|||
});
|
||||
|
||||
// Simulate CKEditor for file upload integration.
|
||||
window._getCkeContainer = function(editor_sequence) {
|
||||
return $('#simpleeditor_instance_' + editor_sequence);
|
||||
};
|
||||
window._getCkeInstance = function(editor_sequence) {
|
||||
var instance = $('#simpleeditor_instance_' + editor_sequence);
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue