Show More
@@ -240,7 +240,7 b' var IPython = (function (IPython) {' | |||||
240 |
|
240 | |||
241 |
|
241 | |||
242 | OutputArea.prototype.create_output_area = function () { |
|
242 | OutputArea.prototype.create_output_area = function () { | |
243 |
var oa = $("<div/>").addClass(" |
|
243 | var oa = $("<div/>").addClass("output_area"); | |
244 | if (this.prompt_area) { |
|
244 | if (this.prompt_area) { | |
245 | oa.append($('<div/>').addClass('prompt')); |
|
245 | oa.append($('<div/>').addClass('prompt')); | |
246 | } |
|
246 | } |
General Comments 0
You need to be logged in to leave comments.
Login now