Index: lams_central/web/ckeditor/plugins/bootstrapTabs/icons/bootstrapTabs.png =================================================================== diff -u -rd309dc1fc09cc464f3c158d9dbeb8c0ea2329fe1 -rebf117035c692f7069000d6b7bace23cfc94619a Binary files differ 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";