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:
William Desportes 2021-03-16 13:30:39 +01:00
parent 90bc6ecb8b
commit 5f71d4f81f
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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,