Skip to content

Commit

Permalink
Merge branch 'homepage-front' of https://github.com/cse110-sp24-group…
Browse files Browse the repository at this point in the history
…25/cse110-sp24-group25 into homepage-front
  • Loading branch information
ChrisEdwardsCSE committed Jun 5, 2024
2 parents c3525ed + 6e38fc4 commit 764e033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/calendar/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ function addTask(loadTask = false) {
}

/**
* Adds button functionality to task upon creation
* @param {Task Node} task - the task to have functionality
* Adds button functionality to a task upon creation.
* @param {HTMLElement} task - The task element to add functionality to.
*/
function taskButtonsFunctionality(task) {

Expand Down

0 comments on commit 764e033

Please sign in to comment.