From fc8d60517033c7de6115d9d56bb43a8a7b279a3f Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <jkowalsk@student.agh.edu.pl> Date: Sun, 03 Jun 2018 12:14:34 +0000 Subject: [PATCH] Merge pull request #13 from ravkr/master --- common.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/common.js b/common.js index 64f0167..e63a371 100644 --- a/common.js +++ b/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; -- Gitblit v1.9.1