Show More
@@ -140,6 +140,7 var IPython = (function (IPython) { | |||
|
140 | 140 | SaveWidget.prototype.set_last_checkpoint = function (checkpoint) { |
|
141 | 141 | if (!checkpoint) { |
|
142 | 142 | this.set_checkpoint_status(""); |
|
143 | return; | |
|
143 | 144 | } |
|
144 | 145 | var d = new Date(checkpoint.last_modified); |
|
145 | 146 | this.set_checkpoint_status( |
General Comments 0
You need to be logged in to leave comments.
Login now