From 572cc37273cecb30eca2c56184c156f87d239d1c Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Mon, 24 Jul 2017 16:37:53 -0700 Subject: [PATCH] Fix hidden prompt overlay button --- notebook/static/notebook/js/outputarea.js | 1 - 1 file changed, 1 deletion(-) 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');