git ssb

2+

mixmix / ticktack



Commit 4e5e153e17535f00431fc9fa5b7e0b0762d07bea

rm console.log

mix irving committed on 10/13/2017, 2:16:36 AM
Parent: ffafa0a438ec210ba9585086400bf5b88d974c02

Files changed

app/html/thread-card.jschanged
app/html/thread-card.jsView
@@ -101,9 +101,8 @@
101101 // id is only here to help morphdom morph accurately
102102
103103 var img = marksum.image(thread.value.content.text)
104104 var m = /\!\[[^]+\]\(([^\)]+)\)/.exec(img)
105- console.log(m, img)
106105 if(m) {
107106 //hey this works! fit an image into a specific size (see thread-card.mcss)
108107 //centered, and scaled to fit the square (works with both landscape and portrait!)
109108 img = h('Thumbnail')

Built with git-ssb-web