File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4025,7 +4025,7 @@ function updateRecoveryMarker(recovery) {
40254025 html += "<div><b>Time: </b>" + formatDate ( stringToDateUTC ( recovery . datetime ) ) + "</div>" ;
40264026 html += "<div><b>Reported by: </b>" + recovery . recovered_by + "</div>" ;
40274027 html += "<div><b>Notes: </b>" + $ ( '<div>' ) . text ( recovery . description ) . html ( ) + "</div>" ;
4028- html += "<div><b>Flight Path: </b><a href='https://sondehub.org/card/ " + recovery . serial + "' target='_blank' rel='noopener '>" + recovery . serial + "</a></div>" ;
4028+ html += "<div><b>Flight Path: </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: </b>" + formatDate ( stringToDateUTC ( r [ i ] . datetime ) ) + "</div>" ;
41384138 html += "<div><b>Reported by: </b>" + r [ i ] . recovered_by + "</div>" ;
41394139 html += "<div><b>Notes: </b>" + $ ( '<div>' ) . text ( r [ i ] . description ) . html ( ) + "</div>" ;
4140- html += "<div><b>Flight Path: </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: </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 }
You can’t perform that action at this time.
0 commit comments