Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePrior authored Oct 10, 2024
1 parent c5da6b3 commit 76a6d9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ function updateSiteDetails(suburb, state) {
if (document.title != newTitle) {
document.title = newTitle;
}
newDescription = "Map of NBN technology types in " + formattedSuburb + " " + state.toUpperCase() + ".";
$('meta[name="description"]').attr("content", newDescription);
}

function addControlWithHTML(className, html) {
Expand Down

0 comments on commit 76a6d9d

Please sign in to comment.