Ticket #4240: 4240.patch
File 4240.patch, 912 bytes (added by , 16 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
241 241 + ( CKEDITOR.env.gecko ? 'setTimeout' : '' ) + '( function(){' + 242 242 'document.open();' + 243 243 ( CKEDITOR.env.ie && isCustomDomain ? 'document.domain="' + document.domain + '";' : '' ) + 244 'document.write( window.parent ._cke_htmlToLoad_' + editor.name + ');' +244 'document.write( window.parent[ "_cke_htmlToLoad_' + editor.name + '" ] );' + 245 245 'document.close();' + 246 'window.parent ._cke_htmlToLoad_' + editor.name + '= null;' +246 'window.parent[ "_cke_htmlToLoad_' + editor.name + '" ] = null;' + 247 247 '}' 248 248 + ( CKEDITOR.env.gecko ? ', 0 )' : ')()' ) 249 249 + ' )';