diff --git a/notebook/static/notebook/js/outputarea.js b/notebook/static/notebook/js/outputarea.js index 52e5147cb1..242d75998c 100644 --- a/notebook/static/notebook/js/outputarea.js +++ b/notebook/static/notebook/js/outputarea.js @@ -77,7 +77,6 @@ define([ OutputArea.prototype.style = function () { this.collapse_button.hide(); - this.prompt_overlay.hide(); this.wrapper.addClass('output_wrapper'); this.element.addClass('output');