git ssb

0+

ev / minbase



Commit 33cac4d9abee91fde604bac23977607e1be9412b

reload page after loading config to localStorage -- avoid race condition

Ev Bogue committed on 5/5/2018, 8:13:14 PM
Parent: 00be41283e3780a1336332cc34eb3d46cb50d746

Files changed

config.jschanged
config.jsView
@@ -9,8 +9,9 @@
99 http.get(host + '/get-config', function (res) {
1010 res.on('data', function (data, remote) {
1111 var config = data
1212 localStorage[host] = config
13 + location.reload()
1314 })
1415 })
1516
1617

Built with git-ssb-web