mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-20 23:20:22 +00:00
first commit
This commit is contained in:
10
lib/ckeditor4/plugins/preview/preview.html
Executable file
10
lib/ckeditor4/plugins/preview/preview.html
Executable file
@@ -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