short-url/public/vendor/ckeditor/plugins/preview/preview.html
Supan Adit Pratama b2e434483d first commit
2020-07-01 15:57:45 +07:00

14 lines
246 B
HTML
Executable File

<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>