##// END OF EJS Templates
hide output_area for js...
MinRK -
Show More
@@ -690,6 +690,9 b' var IPython = (function (IPython) {'
690 // We just eval the JS code, element appears in the local scope.
690 // We just eval the JS code, element appears in the local scope.
691 var element = $("<div/>").addClass("box_flex1 output_subarea");
691 var element = $("<div/>").addClass("box_flex1 output_subarea");
692 e.append(element);
692 e.append(element);
693 // Div for js shouldn't be drawn, as it will add empty height to the area.
694 e.hide();
695
693 eval(js);
696 eval(js);
694 }
697 }
695
698
General Comments 0
You need to be logged in to leave comments. Login now