Skip to content

Commit

Permalink
Merge de050f8 into 0eef982
Browse files Browse the repository at this point in the history
  • Loading branch information
hugjen committed Jan 29, 2015
2 parents 0eef982 + de050f8 commit 37d48ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,6 @@ var app = {}, browserSettings = {}, browserStorage = $.localStorage;

// Dim the screen by reducing the opacity when at nighttime
if (browserSettings.nightMode) {
var dateTime = new Date();
if (opacity.current != opacity.NIGHT && (dateTime.getHours() > 21 || dateTime.getHours() < 7)) {
$('body').css({ 'opacity': opacity.NIGHT });
} else {
Expand Down

0 comments on commit 37d48ed

Please sign in to comment.