Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cc18dd authored Sep 29, 2023
1 parent 63a2af4 commit 9c4d57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function lookupTown() {
var vintageAerialLink = '<li><a href="https://vintageaerial.com/photos/search?q=' + encodeURIComponent(townName) + '">VintageAerial</a></li>';
var cityDataLink = '<li><a href="https://www.city-data.com/search/?&siteurl=www.city-data.com/#&gsc.q=' + encodeURIComponent(townName) + '.html">City-Data</a></li>';
var extremeWeatherWatchLink = '<li><a href="https://www.google.com/search?q=site:ExtremeWeatherWatch.COM%20' + encodeURIComponent(townName) + '">ExtremeWeatherWatch</a></li>';
var planeCrashMapLink = '<li><a href="https://planecrashmap.com/map/?q=' + encodeURIComponent(townName) + '">PlaneCrashMap</a></li>';
var planeCrashMapLink = '<li><a href="https://www.google.com/search?q=site:planecrashmap.com%20' + encodeURIComponent(townName) + '">PlaneCrashMap</a></li>';

// Display the links in the results list
var resultsList = document.getElementById("results");
Expand Down

0 comments on commit 9c4d57f

Please sign in to comment.