Skip to content

Commit

Permalink
throw on a direct link for Daniel
Browse files Browse the repository at this point in the history
  • Loading branch information
SallyMcGrath committed Feb 12, 2024
1 parent 829af6c commit 69ff410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/assets/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ document.addEventListener("DOMContentLoaded", () => {
detail.open = !detail.open;
});
});
if (window.location.hash === "#toggle-details") {
toggleDetails.click(); // send people straight to the toggled details
}
}
});

0 comments on commit 69ff410

Please sign in to comment.