Skip to content

Commit

Permalink
Merge pull request #562 from BrandonWong14/master
Browse files Browse the repository at this point in the history
Fixed Calendar Clear Filters Issue
  • Loading branch information
bryli committed Apr 11, 2024
2 parents b2bcc6f + 699e842 commit 422acac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hknweb/templates/events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@

const urlParams = new URLSearchParams(window.location.search);
urlParams.delete("rsvpd");
urlParams.delete("unrsvpd");
urlParams.delete("not_rsvpd");
urlParams.delete("event_types");

if (history.pushState) {
Expand Down

0 comments on commit 422acac

Please sign in to comment.