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 23, 2023
1 parent 6196541 commit 0ee6b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ function lookupTown() {
</tr>
<tr>
<td>Google Maps</td>
<td><a href="geo://?q=${encodeURIComponent(townName)}">Launch Maps</a></td>
<td><a href="https://google.com/maps/search/${encodeURIComponent(townName)}">Launch Google Maps</a></td>
<td><a href="geo://?q=${encodeURIComponent(townName)}">Launch Maps</a></td>
</tr>
<tr>
Expand All @@ -47,8 +47,8 @@ function lookupTown() {
</tr>
<tr>
<td>YouTube</td>
<td><a href="youtube://www.youtube.com/results?search_query=${encodeURIComponent(townName)}%20History">Youtube Search</a></td>
<td><a href="https://youtube.com/results?search_query=${encodeURIComponent(townName)}%20History">Youtube Search</a></td>
<td><a href="youtube://www.youtube.com/results?search_query=${encodeURIComponent(townName)}%20History">Youtube Search</a></td>
</tr>
<tr>
<td>TopoView</td>
Expand Down

0 comments on commit 0ee6b84

Please sign in to comment.