git ssb

16+

Dominic / patchbay



Commit ef6782e7a416278df665504333db56c9e47587db

fix typo

mix irving committed on 9/21/2017, 9:06:07 AM
Parent: 41a2d07e914c7aaef48c893d424430da6e475ef3

Files changed

app/html/search-bar.jschanged
app/html/search-bar.jsView
@@ -74,9 +74,9 @@
7474
7575 // TODO extract
7676 function getPagesSuggestions (word) {
7777 const pages = [
78- 'public', 'private', 'inbox', 'profile', 'notifications'
78 + 'public', 'private', 'inbox', 'profile', 'notifications',
7979 'gatherings', 'chess'
8080 ]
8181
8282 return pages

Built with git-ssb-web