diff --git a/js/title_list.js b/js/title_list.js index 2d6f504..da52b2a 100644 --- a/js/title_list.js +++ b/js/title_list.js @@ -104,7 +104,7 @@ function load_titles(remote) { //time since last update second_row.appendChild(Object.assign( document.createElement("td"), - {textContent: "(" + "ago)"} + {textContent: Math.floor(((Date.now()/1000) - manga["last_updated"])/3600).toString() + " hours ago"} )); }); });