Merge branch 'mapRefactor' of https://github.com/bdavenport/dump1090 into mapRefactor

modified:   public_html/script.js
This commit is contained in:
terribl 2013-05-25 23:57:10 +03:00
commit 498b512894

View file

@ -440,6 +440,6 @@ function selectPlaneByHex(hex) {
Planes[SelectedPlane].marker.setIcon(Planes[SelectedPlane].funcGetIcon());
}
} else {
SelectedPlane = null
SelectedPlane = null;
}
}