mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-13 20:31:05 +00:00
first commit
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
<script>
|
||||
|
||||
var doc = document;
|
||||
doc.open();
|
||||
doc.write( window.opener._cke_htmlToLoad );
|
||||
doc.close();
|
||||
|
||||
delete window.opener._cke_htmlToLoad;
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user