##// END OF EJS Templates
remove debug statement...
MinRK -
Show More
@@ -241,13 +241,12 b' var IPython = (function (IPython) {'
241 .addClass("disabled")
241 .addClass("disabled")
242 .append(
242 .append(
243 $("<a/>")
243 $("<a/>")
244 .attr("href", "#")
245 .text("No checkpoints")
244 .text("No checkpoints")
246 )
245 )
247 );
246 );
248 return;
247 return;
249 };
248 };
250 console.log("checkpoints!", checkpoints);
249
251 for (var i = 0; i < checkpoints.length; i++) {
250 for (var i = 0; i < checkpoints.length; i++) {
252 var checkpoint = checkpoints[i];
251 var checkpoint = checkpoints[i];
253 var d = new Date(checkpoint.last_modified);
252 var d = new Date(checkpoint.last_modified);
General Comments 0
You need to be logged in to leave comments. Login now