some clean-up

This commit is contained in:
2019-06-25 12:08:43 -04:00
parent ca2070d6f5
commit b626005acc
2 changed files with 141 additions and 126 deletions
+1 -1
View File
@@ -77,4 +77,4 @@ function updateTable(data) {
newText = document.createTextNode(`${player.ping} ms`)
newCell.appendChild(newText);
});
}
}