Fixed map for preorderfront user

This commit is contained in:
Frank Schubert
2023-03-31 12:47:12 +02:00
parent fad034ac02
commit 20e6318e03
2 changed files with 4 additions and 1 deletions

View File

@@ -468,6 +468,9 @@
if(!field) {
return;
}
if(!$('#filter_' + field).length) {
return;
}
let val = $('#filter_' + field).val();
if(val.length) {
filter[field] = val;