Skip to content

Commit

Permalink
fix: selectable notice bug 🦔
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeirvingweb committed Sep 29, 2024
1 parent 9f9c4ae commit 2f187ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,13 @@ function OutputYearsAndMonths(specificYear) {
}

if(years.length > 0) {
const selectableNotice = "<p>Selectable entries are highlighted. Months with a hedgehog icon have confirmed hedgehog footage.</p>";

if(IsNullOrEmpty(specificYear)) {
$("#h1").text("All Footage");

$("p#title").text("All Footage - " + siteName);

const selectableNotice = "<p>Selectable entries are highlighted. Months with a hedgehog icon have confirmed hedgehog footage.</p>";

html +=
"<p>All months currently in the system.</p>" +
"<p>Please select a Year or Month.</p>" +
Expand Down

0 comments on commit 2f187ee

Please sign in to comment.