Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

Commit

Permalink
Fix broken scrolling on the Logs page in web UI. Closes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
SCP002 committed Apr 29, 2022
1 parent 06e6075 commit d4be1ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions html/js/logs_ts.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
class Log {
createLog(entry) {
var element = document.createElement("PRE");
entry = String(entry);
if (entry.indexOf("WARNING") != -1) {
element.className = "warningMsg";
}
Expand Down
Loading

0 comments on commit d4be1ce

Please sign in to comment.