Projet

Général

Profil

Paste
Télécharger (259 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / ckeditor-4.9.2-full / plugins / preview / preview.html @ b986a83e

1
<script>
2

3
// Prevent from DOM clobbering.
4
if ( typeof window.opener._cke_htmlToLoad == 'string' ) {
5
        var doc = document;
6
        doc.open();
7
        doc.write( window.opener._cke_htmlToLoad );
8
        doc.close();
9

10
        delete window.opener._cke_htmlToLoad;
11
}
12

    
13
</script>