##// END OF EJS Templates
Merge pull request #2641 from Carreau/thisthat...
Bradley M. Froehle -
r8822:b5af5bbc merge
parent child Browse files
Show More
@@ -1100,7 +1100,7 b' var IPython = (function (IPython) {'
1100 1100
1101 1101 Notebook.prototype.execute_cells_below = function () {
1102 1102 this.execute_cell_range(this.get_selected_index(), this.ncells());
1103 that.scroll_to_bottom();
1103 this.scroll_to_bottom();
1104 1104 };
1105 1105
1106 1106 Notebook.prototype.execute_cells_above = function () {
General Comments 0
You need to be logged in to leave comments. Login now