ENDRPrint_12CRelease/web/js/ckeditor/plugins/preview/preview.html

11 lines
149 B
HTML
Raw Permalink Normal View History

2024-08-14 10:58:03 +07:00
<script>
var doc = document;
doc.open();
doc.write( window.opener._cke_htmlToLoad );
doc.close();
delete window.opener._cke_htmlToLoad;
</script>