Cleanups, reformatting, a few bugfixes, add sort-by-country.
This commit is contained in:
parent
7bebcc558f
commit
b5960fd44a
5 changed files with 255 additions and 227 deletions
public_html
|
@ -3,6 +3,7 @@
|
|||
function PlaneObject(icao) {
|
||||
// Info about the plane
|
||||
this.icao = icao;
|
||||
this.icaorange = findICAORange(icao);
|
||||
this.flight = null;
|
||||
this.squawk = null;
|
||||
this.selected = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue