Skip to content

Commit ef39d03

Browse files
committed
Fix: Stale background data persistence (attempt #2)
1 parent 482ad0a commit ef39d03

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

static/css/main.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ body {
6262
color: #000;
6363
padding: 0.25em;
6464
}
65-
#lastEntry.current {
66-
background: #999;
67-
}
6865
#lastEntry.warn {
6966
background: #cc0 !important;
7067
}

static/js/client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@
835835
lastEntry.addClass("warn");
836836
} else {
837837
$(".bgStatus").addClass("current");
838+
$("#lastEntry").removeClass("warn urgent");
838839
}
839840

840841
if (parts.value)

0 commit comments

Comments
 (0)