git ssb

2+

mixmix / ticktack



Commit ed729a600b4f3da6e0abaf26bee51aa7d7d5f86a

tidy

Dominic Tarr committed on 8/14/2017, 8:04:44 AM
Parent: bcab6baed6e2bb6bf5d3ddbb628440027b68ef2c

Files changed

app/page/home.jschanged
app/page/home.jsView
@@ -115,21 +115,23 @@
115115 groupedThreads
116116 .map(function (thread) {
117117 var el = api.app.html
118118 .threadCard(thread, opts)
119+
119120 if(thread.value.content.channel) {
120121 el.onclick = function (ev) {
121- console.log('THTREAD CHANNEL', thread.value.content.channel)
122122 api.history.sync.push({channel: thread.value.content.channel})
123123 ev.preventDefault()
124124 }
125125 }
126+
126127 return el
127128 })
128129 )
129130 ]),
130131 ])
131132 )
133+
132134 return container
133135 }
134136 )
135137

Built with git-ssb-web