We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8723b7c commit 4d51c89Copy full SHA for 4d51c89
js/tracker.js
@@ -1080,6 +1080,7 @@ function updateVehicleInfo(vcallsign, newPosition) {
1080
continue;
1081
}
1082
1083
+ callsign_list.push(_new_call); // catch cases where there is no SNR or RSSI
1084
1085
1086
callsign_list = callsign_list.join(", ");
@@ -1524,6 +1525,7 @@ var mapInfoBox_handle_path_fetch = function(id,vehicle) {
1524
1525
1526
1527
1528
+ callsign_list.push(_new_call) // catch cases where there is no SNR or RSSI
1529
1530
1531
callsign_list = callsign_list.join("<br /> ");
0 commit comments