git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Commit 1d62af50d0e39034f4d142cc41f0e948dfa0274b

proper spacing for boost messages

Ev Bogue committed on 2/14/2019, 1:44:15 AM
Parent: 9ac76bea4f88cc5ca22ff5d5f4a4c06980dda5b8

Files changed

compose.jschanged
compose.jsView
@@ -55,9 +55,9 @@
5555 for(var i=0; i<lines.length; i++) {
5656 lines[i] = "> " + lines[i]
5757 }
5858 var newContent = lines.join("\n")
59- var content = 'Boosting: ' + opts.boostKey + '\n\n' + newContent + '- [' + boostName.textContent + ']('+ opts.boostAuthor + ')'
59+ var content = 'Boosting: ' + opts.boostKey + '\n\n' + newContent + ' - [' + boostName.textContent + ']('+ opts.boostAuthor + ')'
6060 textarea.value = content
6161 }
6262
6363 else if (opts.mentions) {

Built with git-ssb-web