kopia lustrzana https://github.com/projecthorus/chasemapper
Clear time-to-landing display when payload data is cleared.
rodzic
4e6439ca83
commit
24a4ac161f
|
@ -20,6 +20,8 @@ You can then clone this repository with:
|
||||||
$ git clone https://github.com/projecthorus/chasemapper.git
|
$ git clone https://github.com/projecthorus/chasemapper.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note: When updating this repository with git pull, make sure to update [horuslib](https://github.com/projecthorus/horus_utils/) as well!**
|
||||||
|
|
||||||
## Configuration & Startup
|
## Configuration & Startup
|
||||||
Many settings are defined in the horusmapper.cfg configuration file.
|
Many settings are defined in the horusmapper.cfg configuration file.
|
||||||
Create a copy of the example config file using
|
Create a copy of the example config file using
|
||||||
|
|
|
@ -693,6 +693,8 @@
|
||||||
// Update tables.
|
// Update tables.
|
||||||
updateTelemetryTable();
|
updateTelemetryTable();
|
||||||
updateSummaryDisplay();
|
updateSummaryDisplay();
|
||||||
|
// Clear the time-to-landing display.
|
||||||
|
$('#time_to_landing').text("");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue