This commit is contained in:
Paul Frazee 2015-09-30 12:35:23 -05:00
parent 49c1608470
commit dfddc05330
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni

Vedi File

@ -68,7 +68,6 @@ function onHover (e) {
// update UI to reflect index changes
function onIndexEvent (event) {
console.log('onIndexEvent', event)
if (event.type == 'home-add')
app.observ.newPosts(1 + app.observ.newPosts())
if (event.type == 'index-change') {
@ -94,8 +93,6 @@ function onBlobDownloaded (hash) {
}
function onGossipEvent (e) {
console.log(e)
// update the peers
var i
for (i=0; i < app.peers.length; i++) {
@ -114,8 +111,6 @@ function onGossipEvent (e) {
}
function onReplicationEvent (e) {
console.log(e)
// update the peers
var progress = { feeds: e.feeds, sync: e.sync, current: e.progress, total: e.total }
var i