1
mirror of https://github.com/jakejarvis/npqueue.git synced 2025-11-04 12:40:09 -05:00

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

View File

@@ -77,4 +77,4 @@ function updateTable(data) {
newText = document.createTextNode(`${player.ping} ms`)
newCell.appendChild(newText);
});
}
}