s/complete/completed
This commit is contained in:
parent
d5dfa9c124
commit
9187ca5585
|
@ -190,10 +190,10 @@
|
||||||
|
|
||||||
if (counts["undefined"] == 0) {
|
if (counts["undefined"] == 0) {
|
||||||
if (openCount == 0) {
|
if (openCount == 0) {
|
||||||
notice.textContent = "✅ Test complete in " + elapsed + " seconds; everything looks OK"
|
notice.textContent = "✅ Test completed in " + elapsed + " seconds; everything looks OK"
|
||||||
clearInterval(window.tableInterval)
|
clearInterval(window.tableInterval)
|
||||||
} else {
|
} else {
|
||||||
notice.textContent = "⚠️ Test complete in " + elapsed + " seconds; " + openCount + " open port" + ((openCount == 1) ? "" : "s") + " found"
|
notice.textContent = "⚠️ Test completed in " + elapsed + " seconds; " + openCount + " open port" + ((openCount == 1) ? "" : "s") + " found"
|
||||||
clearInterval(window.tableInterval)
|
clearInterval(window.tableInterval)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user