Skip to content

Commit

Permalink
Fix the prompt_area argument of the output area constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout authored and gnestor committed Oct 27, 2017
1 parent 281255d commit bc23e28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notebook/static/notebook/js/outputarea.js
Expand Up @@ -77,6 +77,9 @@ define([

OutputArea.prototype.style = function () {
this.collapse_button.hide();
if (!this.prompt_area) {
this.prompt_overlay.hide();
}

this.wrapper.addClass('output_wrapper');
this.element.addClass('output');
Expand Down

0 comments on commit bc23e28

Please sign in to comment.