Fix wrong class
This commit is contained in:
parent
9a2f9f8ced
commit
27552b6c13
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue