Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeffuro committed Feb 6, 2022
2 parents 0395a66 + d77a2d5 commit fd5bdd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2846,9 +2846,9 @@ function onJobChange(job) {
}
} else {
if (currentSettings.stacksbar.enabled) {
document.getElementById("stacks-bar").style.display = "none";
} else {
document.getElementById("stacks-bar").style.display = "block";
} else {
document.getElementById("stacks-bar").style.display = "none";
}
}
resetTimers();
Expand Down

1 comment on commit fd5bdd6

@Zeffuro
Copy link
Owner Author

@Zeffuro Zeffuro commented on fd5bdd6 Feb 6, 2022

Choose a reason for hiding this comment

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

This should fix #47

Please sign in to comment.