Api: perltidy
This commit is contained in:
parent
496279e05c
commit
3e2e9cf71d
1 changed files with 6 additions and 5 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue