git ssb

2+

ev / mvd



Commit 73e7d576ed222947d6e6508457bf26c7868b1786

add a space before boost handle

Ev Bogue committed on 2/13/2019, 5:48:51 AM
Parent: 28c8304caa031ec38a0c69d865a78e1ea94ceb80

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