diff --git a/notebook/static/edit/js/savewidget.js b/notebook/static/edit/js/savewidget.js index 60c1d581f..38f7fa851 100644 --- a/notebook/static/edit/js/savewidget.js +++ b/notebook/static/edit/js/savewidget.js @@ -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;