• This project
    • Loading...
  • Sign in

Arteneo / CKEditor

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • ckeditor
  • plugins
  • preview
  • preview.html
  • Emil's avatar
    ckeditor 4.4.7 · 2f546519
    2f546519 Browse Files
    Emil authored 2015-03-11 16:05:38 +0100
preview.html 259 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<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();



	delete window.opener._cke_htmlToLoad;

}



</script>