Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed night mode
  • Loading branch information
Markcreator committed Aug 21, 2018
1 parent e0d52e1 commit 85dc868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/util.js
Expand Up @@ -83,8 +83,8 @@ function loadDay() {
$("body, .nav-wrapper, .card, a, li, .collapsible-header").not(".btn, .brand-logo, footer li").removeClass("darken-4").not("li a").removeClass("grey-text");
$("img").removeClass("darkImg");
}
if(localStorage.night) {
$("#night").click();
if(localStorage.night) {
loadNight();
}

// Notifications
Expand Down

0 comments on commit 85dc868

Please sign in to comment.