Skip to content

Commit

Permalink
Merge pull request #254 from pateljannat/dark-mode-icons
Browse files Browse the repository at this point in the history
fix: dark mode logos
  • Loading branch information
pateljannat authored Jul 8, 2024
2 parents aedd791 + 61d5b69 commit 5f592c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/public/js/render_wiki.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ window.RenderWiki = class RenderWiki extends Wiki {
constructor(opts) {
super();
$("document").ready(() => {
//this.set_darkmode_button();
this.set_darkmode_button();
if (
window.location.pathname != "/revisions" &&
window.location.pathname != "/compare"
Expand Down

0 comments on commit 5f592c0

Please sign in to comment.