Skip to content

Commit ba0174a

Browse files
Mark JessopMark Jessop
authored andcommitted
Add site code to station popup
1 parent be6fc00 commit ba0174a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/station.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,7 @@ function generateLaunchSites() {
947947
}
948948

949949
popupContent += "<br><b>Know when this site launches?</b> Contribute <a href='" + popupLink + "' target='_blank'>here</a>";
950+
popupContent += "<br><b>Site Code:</b> " + key;
950951

951952
// Generate view historical button
952953
popupContent += "<br><button id='historicalButton' onclick='historicalLaunchViewer(\"" + key + "\", \"" + launches.getLayerId(marker) + "\")' style='margin-bottom:0;'>Historical</button><img id='historicalButtonLoading' style='width:60px;height:20px;display:none;' src='img/hab-spinner.gif' />";

0 commit comments

Comments
 (0)