Files
ostandari/static/js/ckeditor/plugins/preview/preview.html
T
2026-06-19 19:02:51 +03:30

14 lines
259 B
HTML

<script>
// Prevent from DOM clobbering.
if ( typeof window.opener._cke_htmlToLoad == 'string' ) {
var doc = document;
doc.open();
doc.write( window.opener._cke_htmlToLoad );
doc.close();
delete window.opener._cke_htmlToLoad;
}
</script>