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) 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")