Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -rebf117035c692f7069000d6b7bace23cfc94619a --- 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 ebf117035c692f7069000d6b7bace23cfc94619a) @@ -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";