Loading lib/DBInfoscreen/Controller/Stationboard.pm +8 −8 Original line number Diff line number Diff line Loading @@ -936,6 +936,10 @@ sub handle_request { @iris_stations ) { unshift( @{ $departures[-1]{route_pre_diff} }, @missing_pre ); last; } push( Loading @@ -946,10 +950,6 @@ sub handle_request { } ); } unshift( @{ $departures[-1]{route_pre_diff} }, @missing_pre ); } if ( my @iris_stations = @{ $departures[-1]{route_post_diff} } ) Loading @@ -961,6 +961,10 @@ sub handle_request { @iris_stations ) { push( @{ $departures[-1]{route_post_diff} }, @missing_post ); last; } unshift( Loading @@ -971,10 +975,6 @@ sub handle_request { } ); } push( @{ $departures[-1]{route_post_diff} }, @missing_post ); } } if ($route_ts) { Loading Loading
lib/DBInfoscreen/Controller/Stationboard.pm +8 −8 Original line number Diff line number Diff line Loading @@ -936,6 +936,10 @@ sub handle_request { @iris_stations ) { unshift( @{ $departures[-1]{route_pre_diff} }, @missing_pre ); last; } push( Loading @@ -946,10 +950,6 @@ sub handle_request { } ); } unshift( @{ $departures[-1]{route_pre_diff} }, @missing_pre ); } if ( my @iris_stations = @{ $departures[-1]{route_post_diff} } ) Loading @@ -961,6 +961,10 @@ sub handle_request { @iris_stations ) { push( @{ $departures[-1]{route_post_diff} }, @missing_post ); last; } unshift( Loading @@ -971,10 +975,6 @@ sub handle_request { } ); } push( @{ $departures[-1]{route_post_diff} }, @missing_post ); } } if ($route_ts) { Loading