##// END OF EJS Templates
refresh of Notebook list should reload sessions
Paul Ivanov -
Show More
@@ -40,8 +40,8 b' var IPython = (function (IPython) {'
40
40
41 NotebookList.prototype.bind_events = function () {
41 NotebookList.prototype.bind_events = function () {
42 var that = this;
42 var that = this;
43 $('#refresh_notebook_list').click(function () {
43 $('#refresh_' + this.element_name + '_list').click(function () {
44 that.load_list();
44 that.load_sessions();
45 });
45 });
46 this.element.bind('dragover', function () {
46 this.element.bind('dragover', function () {
47 return false;
47 return false;
General Comments 0
You need to be logged in to leave comments. Login now