Skip to content
Snippets Groups Projects
Commit c2436522 authored by Laurent's avatar Laurent
Browse files

hotline #45487 fix ckeditor slideshow image loading fail

parent 42ac2af2
Branches
Tags
2 merge requests!1797Master,!1733Hotline#45487 stable ckeditor slideshow
......@@ -61,4 +61,5 @@ CKEDITOR.editorConfig = function( config ) {
config.skin = 'moono';
config.templates_replaceContent = false;
config.bodyClass = 'boiteMilieu ckeditor_content';
config.slideshowDoNotLoadJquery = true;
};
......@@ -497,6 +497,7 @@ CKEDITOR.dialog.add( 'slideshowDialog', function( editor ) {
preview.removeListener( 'load', onImgLoadEvent );
preview.removeListener( 'error', onImgLoadErrorEvent );
preview.removeListener( 'abort', onImgLoadErrorEvent );
updateImgList(this);
};
function updateTitle(dialog, val) {
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment