mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
Integration of the latest version of CKEditor: version 3.6.4, released on 17 July 2012
SVN:trunk[2157]
This commit is contained in:
10
js/ckeditor/plugins/preview/preview.html
Normal file
10
js/ckeditor/plugins/preview/preview.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<script>
|
||||
|
||||
var doc = document;
|
||||
doc.open();
|
||||
doc.write( window.opener._cke_htmlToLoad );
|
||||
doc.close();
|
||||
|
||||
delete window.opener._cke_htmlToLoad;
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user