diff --git a/public_html/planeObject.js b/public_html/planeObject.js
index 4286f2e..187c03f 100644
--- a/public_html/planeObject.js
+++ b/public_html/planeObject.js
@@ -6,6 +6,7 @@ function PlaneObject(icao) {
this.flight = null;
this.squawk = null;
this.selected = false;
+ this.category = null;
// Basic location information
this.altitude = null;