Tweaks to title mangling:
* use PageName, not literal "DUMP1090" * use document.title directly, not a selector * include number of positionless aircraft too * rename the config options * some simplification of the changes
This commit is contained in:
parent
288a8242dd
commit
268599a211
2 changed files with 35 additions and 28 deletions
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
// -- Title Settings --------------------------------------
|
||||
// Show number of aircraft and/or messages per second in the page title
|
||||
NumPlanesInTitle = true;
|
||||
NumMessagesInTitle = true;
|
||||
PlaneCountInTitle = true;
|
||||
MessageRateInTitle = false;
|
||||
|
||||
// -- Output Settings -------------------------------------
|
||||
// Show metric values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue