adjust pow
This commit is contained in:
parent
9bcd12c4cf
commit
83f732546e
@ -25,7 +25,7 @@ lookupWorker.addEventListener('message', function(e) {
|
|||||||
console.debug("cannot add " + p)
|
console.debug("cannot add " + p)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (publicNodes.includes(p) || initialNodes.includes(p)){
|
if (publicNodes.includes(p)){
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
document.getElementById("lastReached").classList.replace("has-text-warning", "has-text-success")
|
document.getElementById("lastReached").classList.replace("has-text-warning", "has-text-success")
|
||||||
|
Loading…
Reference in New Issue
Block a user