Fix wrong class

This commit is contained in:
redfast00 2020-09-11 18:26:58 +02:00
parent 9a2f9f8ced
commit 27552b6c13
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

View file

@ -64,7 +64,7 @@ function updateMessages() {
if (current['parsed'].startsWith("PARSE ERROR")) {
parsed.classList.add("error");
} else if (current['parsed'].startsWith("STATE")) {
parsed.classList.add("staterow");
row.classList.add("staterow");
}
parsed.innerHTML = current['parsed'];
parsed.classList.add('parsed');