File: preview.html

package info (click to toggle)
ckeditor3 3.6.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,316 kB
  • sloc: php: 641; xml: 28; makefile: 8; sh: 1
file content (10 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
<script>

var doc = document;
doc.open();
doc.write( window.opener._cke_htmlToLoad );
doc.close();

delete window.opener._cke_htmlToLoad;

</script>