git ssb

2+

mixmix / ticktack



Commit 1dbbf2152f216d85a4806b4c686443d41ecae111

re-enable app starting

mix irving committed on 12/8/2017, 10:58:03 AM
Parent: b6eceb163c5b4abcbee0ea11cb371c527b6811aa

Files changed

app/html/app.jschanged
app/html/app.jsView
@@ -38,9 +38,9 @@
3838
3939 function startApp () {
4040 api.history.sync.push({page: 'splash'})
4141
42- // setTimeout(enterApp, 2000)
42+ setTimeout(enterApp, 2000)
4343 }
4444
4545 function enterApp() {
4646 const isOnboarded = api.settings.sync.get('onboarded')

Built with git-ssb-web