Unverified Commit 3e2e9cf7 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Api: perltidy

parent 496279e0
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -673,7 +673,8 @@ sub autocomplete {
	  = "document.addEventListener('DOMContentLoaded',function(){M.Autocomplete.init(document.querySelectorAll('.autocomplete'),{\n";
	$output .= 'minLength:3,limit:50,data:';
	$output
	  .= encode_json( $self->stations->get_for_autocomplete( backend_id => $backend_id ) );
	  .= encode_json(
		$self->stations->get_for_autocomplete( backend_id => $backend_id ) );
	$output .= "\n});});\n";

	$self->render(