Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
belomaxorka committed Apr 4, 2024
1 parent e1556b2 commit d3a38d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
// Set white theme
if (Cookie.exists('whiteTheme')) {
document.body.classList.toggle('whiteTheme');
document.getElementById("notifyMessage").style.display = 'inline-block';
document.getElementById("notifyMessage").innerHTML = '<br>> white mode activated!';
}
// Place version
document.getElementById("placeVersion").innerHTML = placeVersion();
Expand Down

0 comments on commit d3a38d3

Please sign in to comment.