git ssb

0+

ev / microbay



forked from Dominic / patchbay

Commit 60989527babf157ffd0d345b4fc91aff313f12bb

oops: remove remnant of moment

Dominic Tarr committed on 7/30/2016, 11:11:11 AM
Parent: c719e8965e88d58c418ef643791899d3e4df2ed3

Files changed

modules/git.jschanged
modules/git.jsView
@@ -61,14 +61,13 @@
6161 }
6262
6363 //todo:
6464 function messageTimestampLink(msg) {
65- var m = human(msg.value.timestamp)
6665 return h('a.timestamp', {
6766 timestamp: msg.value.timestamp,
6867 title: new Date(msg.value.timestamp),
6968 href: '#'+msg.key
70- }, m.fromNow())
69+ }, human(msg.value.timestamp))
7170 }
7271
7372 function tableRows(headerRow) {
7473 var thead = h('thead'), tbody = h('tbody')
@@ -249,4 +248,5 @@
249248 return el
250249 }
251250 }
252251
252+

Built with git-ssb-web