diff --git a/IPython/html/static/notebook/js/savewidget.js b/IPython/html/static/notebook/js/savewidget.js index d69b32c..80cb035 100644 --- a/IPython/html/static/notebook/js/savewidget.js +++ b/IPython/html/static/notebook/js/savewidget.js @@ -223,7 +223,7 @@ define([ // update regularly for the first 6hours and show // 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