diff options
Diffstat (limited to 'view/js/autocomplete.js')
-rw-r--r-- | view/js/autocomplete.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 204d3756f..259dca1bc 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -11,7 +11,7 @@ function mysearch(term, callback, backend_url, extra_channels) { type:'c', } - if(extra_channels) { + if(extra_channels) postdata['extra_channels[]'] = extra_channels; $.ajax({ |