1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-03-03 17:51:54 +01:00
egroupware_official/phpgwapi/js/ckeditor/plugins/preview/preview.html

14 lines
246 B
HTML
Raw Normal View History

2013-03-14 17:16:49 +01:00
<script>
// Prevent from DOM clobbering.
if ( typeof window.opener._cke_htmlToLoad == 'string' ) {
var doc = document;
doc.open();
doc.write( window.opener._cke_htmlToLoad );
doc.close();
2013-03-14 17:16:49 +01:00
delete window.opener._cke_htmlToLoad;
}
2013-03-14 17:16:49 +01:00
</script>