Update savewidget.js

pull/2357/head
Samar Sultan 9 years ago committed by GitHub
parent 7fee8447fa
commit ca244e7986

@ -148,7 +148,7 @@ define([
if (!this._last_modified) {
el.text('').attr('title', 'never saved');
return;
}
}
var chkd = moment(this._last_modified);
var long_date = chkd.format('llll');
var human_date;

Loading…
Cancel
Save