git ssb

0+

dangerousbeans / web-bootloader



forked from Dominic / web-bootloader

Commit 4af033d58aee39e3a1ecfa338d1725268d72874f

static

Dominic Tarr committed on 8/23/2016, 4:59:48 AM
Parent: ef1a2eaa163709173d29cc9f3fc446695e466fe7

Files changed

index.htmlchanged
manifest.appcachechanged
index.htmlView
@@ -279,8 +279,9 @@
279279 else if(ls.length) cb(null, ls)
280280 else {
281281 console.log('restore from legacy log...')
282282 var versions = u.parse(localStorage[appname+'_versions'])
283 + if(!versions) return cb(null, [])
283284 var n = Object.keys(versions).length
284285 for(var ts in versions) {
285286 log.append(versions[ts], function () {
286287 if(--n) return
@@ -299,12 +300,8 @@
299300 }
300301 }
301302
302303
303-
304-
305-
306-
307304 },{"./fetch":5,"./package.json":17,"./util":20}],5:[function(require,module,exports){
308305 var BinaryXHR = require('binary-xhr')
309306 var hasHash = /([A-Za-z0-9\/+]{43}=)\.sha256/
310307 var isUrl = /^https?:\/\//
manifest.appcacheView
@@ -1,6 +1,6 @@
11 CACHE MANIFEST
22
33 NETWORK:
44 *
5-#nuutUjivVu4bFj32trIcdiyfG5q6ahJebbZH6WiVm68=
5 +#A2ROV52Clq2pnQ9DRSgzKwGHM0oEWqxN9Hsg547KCGk=
66

Built with git-ssb-web