Commit 23b538a8 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix input / station mapping in stationboard

parent aa9e5512
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -367,6 +367,10 @@ sub handle_request {
		return;
	}

	# pre-fill station / train input form
	$self->stash( input => $station );
	$self->param( input => $station );

	if ( $template eq 'json' ) {
		$backend = 'iris';
		$opt{lookahead} = 120;