summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/RichText/ckeditor/plugins/preview
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-06-04 00:21:24 -0700
committerIvan Kohler <ivan@freeside.biz>2013-06-04 00:21:24 -0700
commit679854b8bbc65d112071111bbd7f34a6a481fb30 (patch)
treedda0862fdf7853f4f61e4cf155c8bbc93768c994 /rt/share/html/NoAuth/RichText/ckeditor/plugins/preview
parent9b328d940af56b9924a342192ebb0790478fa705 (diff)
RT 4.0.13
Diffstat (limited to 'rt/share/html/NoAuth/RichText/ckeditor/plugins/preview')
-rw-r--r--rt/share/html/NoAuth/RichText/ckeditor/plugins/preview/preview.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/preview/preview.html b/rt/share/html/NoAuth/RichText/ckeditor/plugins/preview/preview.html
new file mode 100644
index 000000000..5745b7aba
--- /dev/null
+++ b/rt/share/html/NoAuth/RichText/ckeditor/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>