Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhanifin committed Jul 29, 2014
2 parents 482ad0a + ef39d03 commit 061cbcf
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

1 comment on commit 061cbcf

@brianhanifin
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this fix is working! When I opened my laptop lid this morning the background went from red back to grey again, without a page refresh!

Please sign in to comment.