git ssb

16+

Dominic / patchbay



Commit fa222bc1219e27977a47c5e2f185aeb508a47e20

add invite redirect ask

Ev Bogue committed on 11/12/2016, 3:39:36 AM
Parent: f2e0672ea2122a0681f222b03f03d0e227303352

Files changed

modules_basic/invite.jschanged
modules_basic/invite.jsView
@@ -77,9 +77,10 @@
7777 "you have been invited to join:", h('br'),
7878 h('code', data.invite)
7979 ),
8080 h('button', 'accept', {onclick: attempt}),
81- progress
81 + progress,
82 + h('p', {innerHTML: 'If the page doesn\'t redirect, navigate to <a href="/">Home</a>'})
8283 )
8384
8485 function attempt () {
8586 exports.invite_accept(invite, function (message) {

Built with git-ssb-web