Ticket #3497: 3497.patch
File 3497.patch, 543 bytes (added by , 14 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
223 223 224 224 // Call the temporary function for the editing 225 225 // boostrap. 226 'window.parent.CKEDITOR._ .contentDomReady' + editor.name + '( window );' +226 'window.parent.CKEDITOR._["contentDomReady' + editor.name + '"]( window );' + 227 227 '}' + 228 228 '</script>'; 229 229