summaryrefslogtreecommitdiff
path: root/rt/share/static/RichText/plugins/preview/preview.html
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/static/RichText/plugins/preview/preview.html')
-rw-r--r--rt/share/static/RichText/plugins/preview/preview.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/rt/share/static/RichText/plugins/preview/preview.html b/rt/share/static/RichText/plugins/preview/preview.html
new file mode 100644
index 000000000..d6c4937c1
--- /dev/null
+++ b/rt/share/static/RichText/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>