Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -re7ead50c9d81d481127f232f4851c0cd56047639 --- lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision e7ead50c9d81d481127f232f4851c0cd56047639) @@ -144,12 +144,8 @@ // ---- Additional scripts ----- -// Hides editor instaces until they are fully initialized -CKEDITOR.on('instanceCreated', function(e){ - e.editor.element.$.style.display = 'none'; -}); - CKEDITOR.on('instanceReady', function(e){ + //set min-height CSS property var height = e.editor.config.height; if ( ! height ) { height = "60px";