Fix hidden prompt overlay button

pull/2681/head
Grant Nestor 9 years ago
parent 67b0723929
commit 572cc37273

@ -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');

Loading…
Cancel
Save