fix a typo introduced by a rebased PR

caused heading cells to appear in both rendered and unrendered state
This commit is contained in:
MinRK 2014-03-05 14:30:34 -08:00
parent 512c1fbf52
commit 7d87978a66

View File

@ -531,7 +531,7 @@ var IPython = (function (IPython) {
.text('¶')
);
this.set_rendered(h);
this.element.find('div.text_cell_input').hide();
this.element.find('div.input_area').hide();
this.element.find("div.text_cell_render").show();
this.typeset();
}