Fix #16738 - Quick search submit is not working on multi server server > 1
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
90bc6ecb8b
commit
5f71d4f81f
@ -1617,7 +1617,7 @@ Navigation.FastFilter.Filter.prototype.request = function () {
|
||||
}
|
||||
}
|
||||
self.xhr = $.ajax({
|
||||
url: 'index.php?route=/navigation&ajax_request=1',
|
||||
url: 'index.php?route=/navigation&ajax_request=1&server=' + CommonParams.get('server'),
|
||||
type: 'post',
|
||||
dataType: 'json',
|
||||
data: params,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user