We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486fab5 commit 99c0681Copy full SHA for 99c0681
src/scripts/main.js
@@ -92,6 +92,7 @@ function handleEndingDateChange() {
92
}
93
function handleLastWeekContributionChange() {
94
let value = lastWeekContributionElement.checked;
95
+ let labelElement = document.querySelector("label[for='lastWeekContribution']");
96
if (value) {
97
startingDateElement.disabled = true;
98
endingDateElement.disabled = true;
0 commit comments