Commit ab21ee3d4f6cfce36cbd6de47d73b4583aeccd52
remove bumps hover text from rollup
Matt McKegg committed on 10/28/2017, 6:54:55 AMParent: 3f8454dab368a5929f435b93db73013e17fbe703
Files changed
modules/feed/html/rollup.js | changed |
modules/feed/html/rollup.js | ||
---|---|---|
@@ -211,9 +211,9 @@ | ||
211 | 211 | ? getLikeAuthors(groupedBumps[lastBumpType]) |
212 | 212 | : getAuthors(groupedBumps[lastBumpType]) |
213 | 213 | |
214 | 214 | var description = i18n(bumpMessages[lastBumpType] || 'added changes') |
215 | - meta = h('div.meta', { title: names(bumps) }, [ | |
215 | + meta = h('div.meta', [ | |
216 | 216 | many(bumps, api.profile.html.person, i18n), ' ', description |
217 | 217 | ]) |
218 | 218 | } |
219 | 219 |
Built with git-ssb-web