diff --git a/IPython/frontend/html/notebook/static/js/notebook.js b/IPython/frontend/html/notebook/static/js/notebook.js index d1e5a96..2452c3f 100644 --- a/IPython/frontend/html/notebook/static/js/notebook.js +++ b/IPython/frontend/html/notebook/static/js/notebook.js @@ -1153,7 +1153,7 @@ var IPython = (function (IPython) { Notebook.prototype.execute_all_cells = function () { this.execute_cell_range(0, this.ncells()); - that.scroll_to_bottom(); + this.scroll_to_bottom(); }; Notebook.prototype.execute_cell_range = function (start, end) {