Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cc18dd authored Oct 21, 2023
1 parent 4e8efb3 commit 4ace57c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ function lookupTown() {
<td><a href="https://www.facebook.com/search/?q=${encodeURIComponent(townName)}%20History">Link</a></td>
<td><a href="https://www.facebook.com/search/?q=If you grew up in ${encodeURIComponent(townName)}%20then you know">Link</a></td>
</tr>
<tr>
<td>TopoView</td>
<td><a href="https://ngmdb.usgs.gov/topoview/">Link</a></td>
<td></td>
</tr>
`;
} else {
resultsTableBody.innerHTML = `
Expand Down

0 comments on commit 4ace57c

Please sign in to comment.