Skip to content

Commit

Permalink
Fix: Stale background data persistence (attempt #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhanifin committed Jul 29, 2014
1 parent 482ad0a commit ef39d03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ body {
color: #000;
padding: 0.25em;
}
#lastEntry.current {
background: #999;
}
#lastEntry.warn {
background: #cc0 !important;
}
Expand Down
1 change: 1 addition & 0 deletions static/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@
lastEntry.addClass("warn");
} else {
$(".bgStatus").addClass("current");
$("#lastEntry").removeClass("warn urgent");
}

if (parts.value)
Expand Down

0 comments on commit ef39d03

Please sign in to comment.