diff --git a/js/tracker.js b/js/tracker.js
index 8bcc847..fcbf4bf 100644
--- a/js/tracker.js
+++ b/js/tracker.js
@@ -935,10 +935,10 @@ function showLaunchSites() {
popupContent += "
Know when this site launches? Contribute here";
popupContent += "
";
} else {
- if (json[key].hasOwnProperty('notes')) {
+ popupContent = "" + json[key].station_name + "
Sondes launched: " + sondesList;
+ if (json[key].hasOwnProperty('notes')) {
popupContent += "
Notes: " + json[key]["notes"];
}
- popupContent = "" + json[key].station_name + "
Sondes launched: " + sondesList;
popupContent += "
Know when this site launches? Contribute here";
}
popup.setContent(popupContent);