adds timestamp to item page

This commit is contained in:
2016-10-21 02:19:50 +02:00
parent 49fb9fe174
commit abc4733bc1
2 changed files with 3 additions and 1 deletions

View File

@ -138,6 +138,7 @@ function Websrv(tlib) {
data.size = lib.formatSize(e.size);
data.userchannel = e.userchannel;
data.usernetwork = e.usernetwork;
data.timestamp = new Date(e.stamp * 1000).toString();
if(rows[1].length)
data.next = rows[1][0].id;
if(rows[2].length)