mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
checkpoint
This commit is contained in:
parent
928c81df9d
commit
2452c0c2f7
@ -223,7 +223,7 @@ define([
|
||||
|
||||
// update regularly for the first 6hours and show
|
||||
// <x time> ago
|
||||
if(tdelta < tdelta < 6*3600*1000){
|
||||
if(tdelta < 6*3600*1000){
|
||||
recall(_next_timeago_update(tdelta));
|
||||
this._set_checkpoint_status(chkd.fromNow(), longdate);
|
||||
// otherwise update every hour and show
|
||||
|
Loading…
Reference in New Issue
Block a user