Ticket #5043: 5043.patch
File 5043.patch, 701 bytes (added by , 13 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
340 340 // The script that launches the bootstrap logic on 'domReady', so the document 341 341 // is fully editable even before the editing iframe is fully loaded (#4455). 342 342 var activationScript = 343 '<script id="cke_actscrpt" type="text/javascript" >' +343 '<script id="cke_actscrpt" type="text/javascript" cke_temp="1">' + 344 344 'window.parent.CKEDITOR._["contentDomReady' + editor.name + '"]( window );' + 345 345 '</script>'; 346 346