Show More
@@ -1570,7 +1570,9 var IPython = (function (IPython) { | |||
|
1570 | 1570 | this.autosave_interval = interval; |
|
1571 | 1571 | if (interval) { |
|
1572 | 1572 | this.autosave_timer = setInterval(function() { |
|
1573 |
that. |
|
|
1573 | if (that.dirty) { | |
|
1574 | that.save_notebook(); | |
|
1575 | } | |
|
1574 | 1576 | }, interval); |
|
1575 | 1577 | $([IPython.events]).trigger("autosave_enabled.Notebook", interval); |
|
1576 | 1578 | } else { |
General Comments 0
You need to be logged in to leave comments.
Login now