git ssb

16+

Dominic / patchbay



Commit 23576a5dca023c72b5a92bf3c1f5b35bb4f22744

tidy

Dominic Tarr committed on 5/16/2016, 9:34:26 AM
Parent: 95e0edd1b9246ddcd3bbfbf732cf9a4007d078de

Files changed

modules/names.jschanged
modules/names.jsView
@@ -26,9 +26,8 @@
2626 }}
2727 ]}),
2828 function (err, names) {
2929 if(err) throw err
30- console.log(names)
3130 n.textContent = names.reduce(function (max, item) {
3231 return max.count > item.count ? max : item
3332 }, {name: id.substring(0, 10), count: 0}).name
3433 })
@@ -36,4 +35,5 @@
3635 return n
3736
3837 }
3938
39+

Built with git-ssb-web