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 4a26b05 commit f9556b0Copy full SHA for f9556b0
js/chasecar.lib.js
@@ -47,7 +47,7 @@ ChaseCar.markRecovered = function(){
47
48
// Distance limits reinstated 2021-12-04
49
_run_checks = true;
50
- _range_limit = 200000; // 200 km
+ _range_limit = 500000; // 200 km
51
52
// Get the serial number to be marked recovered
53
_serial = $("#pr_serial").val().trim();
@@ -110,7 +110,7 @@ ChaseCar.markRecovered = function(){
110
_lookangles = calculate_lookangles(_chaser, _sonde);
111
112
if( (_lookangles.range > _range_limit ) && _run_checks){
113
- $('#pr_last_report').text("Outside distance limit.");
+ $('#pr_last_report').text("Outside distance limit (500km).");
114
return;
115
}
116
0 commit comments