diff options
Diffstat (limited to 'searx/static/themes/courgette')
| -rw-r--r-- | searx/static/themes/courgette/js/searx.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/courgette/js/searx.js b/searx/static/themes/courgette/js/searx.js index 47dc722da..92a25e349 100644 --- a/searx/static/themes/courgette/js/searx.js +++ b/searx/static/themes/courgette/js/searx.js @@ -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' |