Built motion from commit 7767ffc.|0.0.132
[motion.git] / public / assets / plugins / ckeditor / plugins / preview / preview.html
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>