Update notebooklist.js

Samar Sultan 9 years ago committed by GitHub
parent b5258c32f9
commit 7fee8447fa

@ -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"));
};

Loading…
Cancel
Save