common.js | ●●●●● patch | view | raw | blame | history | |
index.js | ●●●●● patch | view | raw | blame | history |
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; index.js
@@ -137,7 +137,7 @@ var delay = parseDelay(data.actual[i]); var delay_cell = addCellWithText(tr, delay); if(status == lang.boarding_sign) { if(data.actual[i].status == 'STOPPING') { tr.className = 'success'; status_cell.className = 'status-boarding'; } else if(parseInt(delay) > 9) {