Commit f5dde01a771f059ca6c79e815d0d184dbc80523e
disable nav dev hacks
Dominic Tarr committed on 8/11/2017, 12:19:25 PMParent: 28f088d0fbc23ee56ac8ad25e58199bd9c3262fd
Files changed
app/html/nav.js | changed |
app/html/nav.js | ||
---|---|---|
@@ -14,12 +14,13 @@ | ||
14 | 14 | function nav (id) { |
15 | 15 | const { push, back } = api.history.sync |
16 | 16 | return h('Nav', [ |
17 | 17 | h('div.back', { 'ev-click': back }, '←'), |
18 | - h('div', { 'ev-click': () => push({page: 'home'}) }, 'Home'), | |
18 | + h('div', { 'ev-click': () => push({page: 'home'}) }, 'Home') | |
19 | 19 | // h('div', { 'ev-click': () => push({type: 'group', key: '%sadlkjas;lkdjas'}) }, 'Group'), |
20 | - h('div', { 'ev-click': () => push({key: '%fXXZgQrwnj7F+Y19H0IXxNriuvPFoahvusih3UzpkfA=.sha256'}) }, 'Thread A'), | |
21 | - h('div', { 'ev-click': () => push({key: '%3cWZHeN6k03XpvDBxrxP5bGLsNByFLTvr/rKYFV4f+c=.sha256'}) }, 'Thread B'), | |
22 | - h('a', { href: '%YRhFXmsAwipgyiwuHSP+EBr9fGjSqrMpWXUxgWcHxkM=.sha256' }, 'href link') | |
20 | +// h('div', { 'ev-click': () => push({key: '%fXXZgQrwnj7F+Y19H0IXxNriuvPFoahvusih3UzpkfA=.sha256'}) }, 'Thread A'), | |
21 | +// h('div', { 'ev-click': () => push({key: '%3cWZHeN6k03XpvDBxrxP5bGLsNByFLTvr/rKYFV4f+c=.sha256'}) }, 'Thread B'), | |
22 | +// h('a', { href: '%YRhFXmsAwipgyiwuHSP+EBr9fGjSqrMpWXUxgWcHxkM=.sha256' }, 'href link') | |
23 | 23 | ]) |
24 | 24 | } |
25 | 25 | } |
26 | + |
Built with git-ssb-web