git ssb

0+

mixmix / patch-suggest



Commit c57e028847be85bc8028acce68260d8c8a64718c

tidy

mix irving committed on 1/31/2018, 11:03:43 AM
Parent: 6b51ef76387825aa524424f71d8d722fa7eba2cf

Files changed

about/async/suggest.jschanged
about/async/suggest.jsView
@@ -166,11 +166,9 @@
166166 }
167167 }
168168
169169 function normalise (word) {
170- // TODO - this shouldn't need a reslve.
171- // It's generated by buildSuggestion title, but not pluralSuggestions title
172- return resolve(word).toLowerCase().replace(/(\s|-)/g, '')
170 + return word.toLowerCase().replace(/(\s|-)/g, '')
173171 }
174172
175173 function mention (name, id) {
176174 return `[@${name}](${id})`

Built with git-ssb-web