Skip to content

Commit

Permalink
Update positions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
debjudy authored Jan 13, 2025
1 parent 021563c commit 0ff67ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/positions.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function addOpenJobsToDOM(openJobs) {
noJobsText.innerHTML =
'No open positions at this time. <a href="/join/newsletter/">Sign up for job alerts!</a>';

// openJobsSection.appendChild(noJobsText);
openJobsSection.appendChild(noJobsText);
}
}

Expand Down

0 comments on commit 0ff67ac

Please sign in to comment.