Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== diff -u -rd309e31cb215e844f41d2579964ffdc0a62124fa -r66175a3282c8c0be7de3544c76d78852f580146b --- lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision d309e31cb215e844f41d2579964ffdc0a62124fa) +++ lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision 66175a3282c8c0be7de3544c76d78852f580146b) @@ -69,6 +69,7 @@ CKEDITOR.config.enterMode = CKEDITOR.ENTER_DIV; CKEDITOR.config.removePlugins = 'elementspath'; CKEDITOR.config.allowedContent = true; +CKEDITOR.config.toolbarCanCollapse = true; // ---- Additional scripts ----- // Hides editor instaces until they are fully initialized @@ -95,4 +96,4 @@ f.data.dataValue = tempDiv.innerHTML; }); -}); \ No newline at end of file +});