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 73f2a19 commit 220c537Copy full SHA for 220c537
src/scripts/main.js
@@ -89,6 +89,8 @@ function handleLastWeekContributionChange() {
89
endingDateElement.disabled = true;
90
endingDateElement.value = getToday();
91
startingDateElement.value = getLastWeek();
92
+ handleEndingDateChange();
93
+ handleStartingDateChange();
94
labelElement.classList.add("selectedLabel");
95
labelElement.classList.remove("unselectedLabel");
96
} else {
0 commit comments