Commit 73e7d576ed222947d6e6508457bf26c7868b1786
add a space before boost handle
Ev Bogue committed on 2/13/2019, 5:48:51 AMParent: 28c8304caa031ec38a0c69d865a78e1ea94ceb80
Files changed
compose.js | changed |
compose.js | |||
---|---|---|---|
@@ -55,9 +55,9 @@ | |||
55 | 55 … | for(var i=0; i<lines.length; i++) { | |
56 | 56 … | lines[i] = "> " + lines[i] | |
57 | 57 … | } | |
58 | 58 … | 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 + ')' | ||
60 | 60 … | textarea.value = content | |
61 | 61 … | } | |
62 | 62 … | ||
63 | 63 … | else if (opts.mentions) { |
Built with git-ssb-web