Skip to content

Commit 909e860

Browse files
committed
test recovered view
1 parent c0ab72c commit 909e860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/tracker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4025,7 +4025,7 @@ function updateRecoveryMarker(recovery) {
40254025
html += "<div><b>Time:&nbsp;</b>"+formatDate(stringToDateUTC(recovery.datetime))+"</div>";
40264026
html += "<div><b>Reported by:&nbsp;</b>"+recovery.recovered_by+"</div>";
40274027
html += "<div><b>Notes:&nbsp;</b>"+$('<div>').text(recovery.description).html()+"</div>";
4028-
html += "<div><b>Flight Path:&nbsp;</b><a href='https://sondehub.org/card/"+recovery.serial+"' target='_blank' rel='noopener'>"+recovery.serial+"</a></div>";
4028+
html += "<div><b>Flight Path:&nbsp;</b><a href='https://sondehub.org/"+recovery.serial+"'>"+recovery.serial+"</a></div>";
40294029

40304030
html += "</div>";
40314031

@@ -4137,7 +4137,7 @@ function updateRecoveryPane(r){
41374137
html += "<div><b>Time:&nbsp;</b>"+formatDate(stringToDateUTC(r[i].datetime))+"</div>";
41384138
html += "<div><b>Reported by:&nbsp;</b>"+r[i].recovered_by+"</div>";
41394139
html += "<div><b>Notes:&nbsp;</b>"+$('<div>').text(r[i].description).html()+"</div>";
4140-
html += "<div><b>Flight Path:&nbsp;</b><a href='https://sondehub.org/card/"+r[i].serial+"' target='_blank' rel='noopener'>"+r[i].serial+"</a></div>";
4140+
html += "<div><b>Flight Path:&nbsp;</b><a href='https://sondehub.org/"+r[i].serial+"'>"+r[i].serial+"</a></div>";
41414141
html += "<hr style='margin:5px 0px'>";
41424142
html += "</div>";
41434143
}

0 commit comments

Comments
 (0)