diff --git a/notebook/static/tree/js/notebooklist.js b/notebook/static/tree/js/notebooklist.js index 62421f101..be940522f 100644 --- a/notebook/static/tree/js/notebooklist.js +++ b/notebook/static/tree/js/notebooklist.js @@ -700,7 +700,7 @@ define([ // Add in the date that the file was last modified item.find(".item_modified").text(utils.format_datetime(modified)); - item.find(".item_modified").attr("title", moment(modified).format("YYYY-MM-DD HH:mm")); + item.find(".item_modified").attr("title", moment(modified).format("YYYY-MM-DD HH:mm")); };