Skip to content

Commit 4b53da0

Browse files
Mark JessopMark Jessop
authored andcommitted
Modify historical landing popup
1 parent 2cd6a06 commit 4b53da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/station.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function drawHistorical (data, station) {
179179
html = "<div style='line-height:16px;position:relative;'>";
180180
html += "<div>"+serial+" <span style=''>("+time+")</span></div>";
181181
html += "<hr style='margin:5px 0px'>";
182-
html += "<div style='margin-bottom:5px;'><b><i class='icon-location'></i>&nbsp;</b>"+roundNumber(landing.lat, 5) + ',&nbsp;' + roundNumber(landing.lon, 5)+"</div>";
182+
html += "<div><b>Last Position:&nbsp;</b>"+roundNumber(landing.lat, 5) + ',&nbsp;' + roundNumber(landing.lon, 5)+"</div>";
183183

184184
var imp = offline.get('opt_imperial');
185185
var text_alt = Number((imp) ? Math.floor(3.2808399 * parseInt(landing.alt)) : parseInt(landing.alt)).toLocaleString("us");

0 commit comments

Comments
 (0)