mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Use innerHTML instead of append to fix gravity color output
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
@@ -138,7 +138,7 @@ function parseLines(outputElement, text) {
|
||||
});
|
||||
|
||||
// Append the new text to the end of the output
|
||||
outputElement.append(line);
|
||||
outputElement.innerHTML += line;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user