0.0.144 routes

This commit is contained in:
SBD
2025-02-04 17:28:43 +03:00
parent 6e8db45cb8
commit a67436b854
3 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ function searchRoutes (form) {
let formData = getFormData(form);
formData = getFormData($filter_form, formData);
formData.append('owner_type', 'mover');
formData.append('owner_type', 'customer');
let request = new api({
url: '/routes/find_routes/',

View File

@@ -1,5 +1,5 @@
$(document).ready(function() {
if (window.innerWidth < 800) {
if (window.innerWidth <= 800) {
$(".b_filter_routes").addClass('modal');
return;
}