From 9778715cc1099cf1aa1f03dd0a983fd3cc3c6181 Mon Sep 17 00:00:00 2001
From: p0358 <p0358@users.noreply.github.com>
Date: Sat, 28 Oct 2017 16:00:09 +0000
Subject: [PATCH] Fix for tram loops

---
 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