mirror of
https://github.com/searxng/searxng.git
synced 2025-08-01 17:42:21 +02:00
Allow autocompleter to work in a sub folder of the domain name.
This commit is contained in:
parent
bbb5e23551
commit
f7b052c354
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
if(searx.autocompleter) {
|
||||
window.addEvent('domready', function() {
|
||||
new Autocompleter.Request.JSON('q', '/autocompleter', {
|
||||
new Autocompleter.Request.JSON('q', './autocompleter', {
|
||||
postVar:'q',
|
||||
postData:{
|
||||
'format': 'json'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue