Projet

Général

Profil

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

root / drupal7 / sites / all / libraries / ckeditor-version / plugins / preview / preview.html @ 5a7e6170

1
<script>
2

3
var doc = document;
4
doc.open();
5
doc.write( window.opener._cke_htmlToLoad );
6
doc.close();
7

8
delete window.opener._cke_htmlToLoad;
9

    
10
</script>