##// END OF EJS Templates
checkpoint
Min RK -
Show More
@@ -223,7 +223,7 b' define(['
223 223
224 224 // update regularly for the first 6hours and show
225 225 // <x time> ago
226 if(tdelta < tdelta < 6*3600*1000){
226 if(tdelta < 6*3600*1000){
227 227 recall(_next_timeago_update(tdelta));
228 228 this._set_checkpoint_status(chkd.fromNow(), longdate);
229 229 // otherwise update every hour and show
General Comments 0
You need to be logged in to leave comments. Login now