Added a space
parent
55c5b80e5c
commit
26b5dbb86d
|
@ -86,7 +86,7 @@ function refreshContent() {
|
|||
|
||||
timeDifference = busTime.diff( now, 'minutes' );
|
||||
|
||||
timeLeftMessage = 'departure in ' + timeDifference + 'minutes';
|
||||
timeLeftMessage = 'departure in ' + timeDifference + ' minutes';
|
||||
|
||||
if ( timeDifference <= 5 && timeDifference > -1 ) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue