Merge branch 'mapRefactor' of https://github.com/bdavenport/dump1090 into mapRefactor
modified: public_html/script.js
This commit is contained in:
commit
498b512894
|
@ -440,6 +440,6 @@ function selectPlaneByHex(hex) {
|
||||||
Planes[SelectedPlane].marker.setIcon(Planes[SelectedPlane].funcGetIcon());
|
Planes[SelectedPlane].marker.setIcon(Planes[SelectedPlane].funcGetIcon());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
SelectedPlane = null
|
SelectedPlane = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue