Skip to content

Commit

Permalink
partially revert 4f6474c
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Apr 5, 2023
1 parent 597d5f3 commit 3e6045f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions webroot/js/CalendarFilters.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export function defineCalendarFilters(DNA) {
}

const name = target.getAttribute('name');
const type = target.getAttribute('type');
switch (name) {
case this.monthParam:
case this.yearParam:
Expand All @@ -182,11 +181,6 @@ export function defineCalendarFilters(DNA) {
this.updateState();
this.requestSubmit();
break;
default: {
if (type === 'radio' || type === 'checkbox') {
this.requestSubmit();
}
}
}
};

Expand Down

0 comments on commit 3e6045f

Please sign in to comment.