1. Teil der Wiederherstellung der Editoren-Funktionalität (Sortables, Draggables und Bild-Behandlungen fehlen)

This commit is contained in:
2016-09-12 22:28:39 +00:00
parent 4328a19cab
commit dd2d342013
406 changed files with 15843 additions and 0 deletions

View File

@@ -0,0 +1,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>