mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-06 17:35:04 -05:00
11 lines
159 B
HTML
11 lines
159 B
HTML
<script>
|
|
|
|
var doc = document;
|
|
doc.open();
|
|
doc.write( window.opener._cke_htmlToLoad );
|
|
doc.close();
|
|
|
|
delete window.opener._cke_htmlToLoad;
|
|
|
|
</script>
|