mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-02 15:56:27 +00:00
11 lines
149 B
HTML
Executable File
11 lines
149 B
HTML
Executable File
<script>
|
|
|
|
var doc = document;
|
|
doc.open();
|
|
doc.write( window.opener._cke_htmlToLoad );
|
|
doc.close();
|
|
|
|
delete window.opener._cke_htmlToLoad;
|
|
|
|
</script>
|