diff --git a/static/js/Editor.js b/static/js/Editor.js index 9a6aa71..ece7609 100644 --- a/static/js/Editor.js +++ b/static/js/Editor.js @@ -1094,6 +1094,10 @@ Editor.prototype.shutdown = function( event ) { removeElement( div ); } catch ( e ) { } } } ); + + if ( !iframe ) + return; + blindUp( iframe, options = { "duration": 0.25, afterFinish: function () { try { if ( iframe )