diff --git a/src/wp-includes/js/mce-view.js b/src/wp-includes/js/mce-view.js
index dad9ddc..87b8ffd 100644
a
|
b
|
window.wp = window.wp || {}; |
470 | 470 | bodyClasses = editor.getBody().className || '', |
471 | 471 | iframe, iframeDoc, observer, i; |
472 | 472 | |
473 | | content.innerHTML = ''; |
474 | 473 | head = head || ''; |
475 | 474 | |
476 | 475 | if ( importStyles ) { |
… |
… |
window.wp = window.wp || {}; |
492 | 491 | // Seems Firefox needs a bit of time to insert/set the view nodes, |
493 | 492 | // or the iframe will fail especially when switching Text => Visual. |
494 | 493 | setTimeout( function() { |
| 494 | |
| 495 | content.innerHTML = ''; |
| 496 | |
495 | 497 | iframe = dom.add( content, 'iframe', { |
496 | 498 | /* jshint scripturl: true */ |
497 | 499 | src: tinymce.Env.ie ? 'javascript:""' : '', |