Commit fa222bc1219e27977a47c5e2f185aeb508a47e20
add invite redirect ask
Ev Bogue committed on 11/12/2016, 3:39:36 AMParent: f2e0672ea2122a0681f222b03f03d0e227303352
Files changed
modules_basic/invite.js | changed |
modules_basic/invite.js | |||
---|---|---|---|
@@ -77,9 +77,10 @@ | |||
77 | 77 … | "you have been invited to join:", h('br'), | |
78 | 78 … | h('code', data.invite) | |
79 | 79 … | ), | |
80 | 80 … | 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>'}) | ||
82 | 83 … | ) | |
83 | 84 … | ||
84 | 85 … | function attempt () { | |
85 | 86 … | exports.invite_accept(invite, function (message) { |
Built with git-ssb-web