git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 298eb081068d4c0ce78a97583b4e6de9d53184d8

fix up incorrect hover on disconnect buttons showing channel preview

Matt McKegg committed on 2/16/2018, 11:41:16 AM
Parent: 79e024ec910451d1c0c375d38bc43be5996ed317

Files changed

modules/page/html/render/public.jschanged
modules/page/html/render/public.jsView
@@ -253,9 +253,9 @@
253253 h('div.progress', [
254254 api.progress.html.peer(id)
255255 ]),
256256 h('div.controls', [
257- h('a.disconnect', {href: '#disconnect', 'ev-click': send(disconnect, id), title: i18n('Force Disconnect')}, ['x'])
257+ h('a.disconnect', {href: '#', 'ev-click': send(disconnect, id), title: i18n('Force Disconnect')}, ['x'])
258258 ])
259259 ])
260260 })
261261 ])

Built with git-ssb-web