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 b16c997 commit c84310e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,15 @@ function lookupTown() {
<td></td>
</tr>
<tr>
<td>Google Search</td>
<td>Bing Search</td>
<td><a href="https://bing.com/?q=${encodeURIComponent(townName)}%20History">${townName} History</a></td>
<td></td>
</tr>
<tr>
<td>DuckDuckGo Search</td>
<td><a href="https://duckduckgo.com/?q=${encodeURIComponent(townName)}%20History">${townName} History</a></td>
<td></td>
</tr>
`;
} else {
Expand Down

0 comments on commit c84310e

Please sign in to comment.