From 09b4017f020f9ba3a9e2e1464c3286365feb943c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 26 May 2015 17:34:07 +0200 Subject: index: do not hide regional trains in json template --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.pl b/index.pl index a2b814b..b0fd756 100644 --- a/index.pl +++ b/index.pl @@ -353,7 +353,7 @@ sub render_json { cache_expiry => 60, filter_line => scalar $self->param('line'), filter_platform => scalar $self->param('platform'), - hide_regional => 1, + hide_regional => 0, ); my @departures = make_infoboard_lines( no_lines => scalar $self->param('no_lines'), -- cgit v1.2.3