Skip to content

Commit 220c537

Browse files
authored
Updated the function which were missing
1 parent 73f2a19 commit 220c537

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scripts/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ function handleLastWeekContributionChange() {
8989
endingDateElement.disabled = true;
9090
endingDateElement.value = getToday();
9191
startingDateElement.value = getLastWeek();
92+
handleEndingDateChange();
93+
handleStartingDateChange();
9294
labelElement.classList.add("selectedLabel");
9395
labelElement.classList.remove("unselectedLabel");
9496
} else {

0 commit comments

Comments
 (0)