Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cc18dd authored Nov 21, 2023
1 parent 690c47c commit b16c997
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ function lookupTown() {
<td><a href="https://ngmdb.usgs.gov/topoview/">Launch Topoview</a></td>
<td></td>
</tr>
<tr>
<td>Google Search</td>
<td><a href="https://google.com/?q=${encodeURIComponent(townName)}%20History">${townName} History</a></td>
<td></td>
</tr>
<tr>
<td>Google Search</td>
<td><a href="https://bing.com/?q=${encodeURIComponent(townName)}%20History">${townName} History</a></td>
<td></td>
</tr>
`;
} else {
resultsTableBody.innerHTML = `
Expand Down

0 comments on commit b16c997

Please sign in to comment.