common.js
@@ -35,7 +35,6 @@ function parseStatus(status) { switch(status.status) { case 'STOPPING': return lang.boarding_sign; case 'PREDICTED': if(status.actualRelativeTime <= 0) return lang.boarding_sign; @@ -93,6 +92,8 @@ // Single exception - old id used in one case if(id == 831) { id = 216; } else if(id == 311) { id = 899 } if(101 <= id && id <= 174) { @@ -122,7 +123,8 @@ if(id == 313) { type = 'GT8C' low = 1; } else if(id == 323) { } else if(id == 323 || id >= 325) { type = 'GT8N' low = 1; } } else if(401 <= id && id <= 440) {