diff --git a/js/tracker.js b/js/tracker.js
index da78aa7..8bcc847 100644
--- a/js/tracker.js
+++ b/js/tracker.js
@@ -935,6 +935,9 @@ function showLaunchSites() {
popupContent += "
Know when this site launches? Contribute here";
popupContent += "
";
} else {
+ 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";
}