diff --git a/js/tracker.js b/js/tracker.js index 5343fd8..af3dcf0 100644 --- a/js/tracker.js +++ b/js/tracker.js @@ -671,53 +671,60 @@ function launchSitePredictions(times, station, properties, marker) { deletePredictions(marker); popupContent = popupContent.split(""; } else { - popupContent = "" + json[key].station_name + "

Sondes launched: " + sondesList; - if (json[key].hasOwnProperty('notes')) { - popupContent += "
Notes: " + json[key]["notes"]; - } - popupContent += "
Know when this site launches? Contribute here"; + popupContent += "
"; } popup.setContent(popupContent); }