##// END OF EJS Templates
Merge pull request #3267 from minrk/forreals...
Matthias Bussonnier -
r10548:f6499360 merge
parent child Browse files
Show More
@@ -140,6 +140,7 b' var IPython = (function (IPython) {'
140 SaveWidget.prototype.set_last_checkpoint = function (checkpoint) {
140 SaveWidget.prototype.set_last_checkpoint = function (checkpoint) {
141 if (!checkpoint) {
141 if (!checkpoint) {
142 this.set_checkpoint_status("");
142 this.set_checkpoint_status("");
143 return;
143 }
144 }
144 var d = new Date(checkpoint.last_modified);
145 var d = new Date(checkpoint.last_modified);
145 this.set_checkpoint_status(
146 this.set_checkpoint_status(
General Comments 0
You need to be logged in to leave comments. Login now