Commit 298eb081068d4c0ce78a97583b4e6de9d53184d8
fix up incorrect hover on disconnect buttons showing channel preview
Matt McKegg committed on 2/16/2018, 11:41:16 AMParent: 79e024ec910451d1c0c375d38bc43be5996ed317
Files changed
modules/page/html/render/public.js | changed |
modules/page/html/render/public.js | ||
---|---|---|
@@ -253,9 +253,9 @@ | ||
253 | 253 | h('div.progress', [ |
254 | 254 | api.progress.html.peer(id) |
255 | 255 | ]), |
256 | 256 | 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']) | |
258 | 258 | ]) |
259 | 259 | ]) |
260 | 260 | }) |
261 | 261 | ]) |
Built with git-ssb-web