summaryrefslogtreecommitdiff
path: root/plugins/preview/preview.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/preview/preview.html')
-rw-r--r--plugins/preview/preview.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/preview/preview.html b/plugins/preview/preview.html
new file mode 100644
index 0000000..d6c4937
--- /dev/null
+++ b/plugins/preview/preview.html
@@ -0,0 +1,10 @@
+<script>
+
+var doc = document;
+doc.open();
+doc.write( window.opener._cke_htmlToLoad );
+doc.close();
+
+delete window.opener._cke_htmlToLoad;
+
+</script>