This commit is contained in:
2024-09-21 12:40:18 +02:00
parent 01f26e5463
commit 4eb9c95b1f
2699 changed files with 81 additions and 23031 deletions

View File

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