Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
ckeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
vanilla ckeditor-4.3.1_full
[ckeditor.git]
/
plugins
/
preview
/
preview.html
1
<script>
\r
2
\r
3
var doc = document;
\r
4
doc.open();
\r
5
doc.write( window.opener._cke_htmlToLoad );
\r
6
doc.close();
\r
7
\r
8
delete window.opener._cke_htmlToLoad;
\r
9
\r
10
</script>
\r