adjust pow

This commit is contained in:
Kevin Froman 2020-12-04 21:45:47 +00:00
parent 9bcd12c4cf
commit 83f732546e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ lookupWorker.addEventListener('message', function(e) {
console.debug("cannot add " + p)
return
}
if (publicNodes.includes(p) || initialNodes.includes(p)){
if (publicNodes.includes(p)){
return
}
document.getElementById("lastReached").classList.replace("has-text-warning", "has-text-success")