diff --git a/static/js/Editor.js b/static/js/Editor.js index 53f5e59..94deddd 100644 --- a/static/js/Editor.js +++ b/static/js/Editor.js @@ -1213,7 +1213,7 @@ Editor.prototype.shutdown = function( event ) { disconnectAll( this.div ); var holder = this.holder; - blindUp( holder, options = { "duration": 0.25, afterFinish: function () { + blindUp( this.div, options = { "duration": 0.25, afterFinish: function () { try { removeElement( holder ); } catch ( e ) { }