git ssb

2+

mixmix / ticktack



Commit 42fa0f194f3553b218e802644d606bec96a8f164

tidy

Dominic Tarr committed on 8/17/2017, 7:14:56 PM
Parent: e65b2dcf982e55434b4c16b527d24c1ad7182f89

Files changed

unread.jschanged
unread.jsView
@@ -29,9 +29,8 @@
2929 if(timer) return
3030
3131 timer = setTimeout(function () {
3232 timer = null
33- console.log("SAVE")
3433 localStorage.unread = JSON.stringify(unread)
3534 }, 2e3)
3635 }
3736
@@ -51,9 +50,8 @@
5150 unread.filter[msg.key] = true
5251 save()
5352 return true
5453 //}
55-
5654 }
5755 }
5856
5957 document.body.onunload = save
@@ -63,9 +61,4 @@
6361 'unread.sync.markRead': markRead
6462 })
6563 }
6664
67-
68-
69-
70-
71-

Built with git-ssb-web