Skip to content

Commit

Permalink
weekly best bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-adriansens authored Jan 21, 2024
1 parent 2fb966c commit 15b6aac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ window.onload = () => {
dropDownBtn.parentElement.classList.toggle("toggled");
});

document.querySelector(".dropdown-options > h2").onclick = (e) => {
document.querySelector(".public_scores").classList.toggle("weekly");
};

// touchscreen icons
document.querySelectorAll("#touch_pause").forEach((x) => {
x.onclick = () => {
Expand Down

0 comments on commit 15b6aac

Please sign in to comment.