From 2452c0c2f7ae5108c90aa84d7e182ecc3aec25bd Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 3 Dec 2014 15:57:39 -0800 Subject: [PATCH] checkpoint --- IPython/html/static/notebook/js/savewidget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/static/notebook/js/savewidget.js b/IPython/html/static/notebook/js/savewidget.js index d69b32c74..80cb035c6 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