Index: openacs-4/packages/xowiki/www/resources/ckeip.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/ckeip.js,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xowiki/www/resources/ckeip.js 13 Feb 2012 19:03:35 -0000 1.1 +++ openacs-4/packages/xowiki/www/resources/ckeip.js 14 Feb 2012 14:42:07 -0000 1.2 @@ -14,7 +14,7 @@ var name = 'ckeip_e_' + u_id; var textarea = $('#' + name); textarea.ckeditor(callback,settings.ckeditor_config); - CKEDITOR.instances[name].on('instanceReady',function(e) {e.editor.setData(calc_wiki_image_links_to_image_tags(e.editor.getData()));}); + CKEDITOR.instances[name].on('instanceReady',function(e) {settings.ckeditor_config.ready_callback}); textarea.show(); textarea.bind('destroy.ckeditor',settings.ckeditor_config.destroy_callback); $('#buttons_ckeip_' + u_id + '').show();