0.0.148 routes
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
grid-template-columns: 30% calc(100% - 30% - 41px);
|
||||
gap: 41px;
|
||||
.routes_search_results{
|
||||
width: calc(100dvw - 40px);
|
||||
@media (max-width: 1160px) {
|
||||
width: calc(100dvw - 40px);
|
||||
}
|
||||
}
|
||||
@media (max-width: 800px) {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
@@ -5,7 +5,7 @@ function searchRoutes (form=undefined) {
|
||||
|
||||
let formData = getFormData($search_form);
|
||||
formData = getFormData($filter_form, formData);
|
||||
formData.append('owner_type', 'customer');
|
||||
formData.append('owner_type', 'mover');
|
||||
|
||||
let request = new api({
|
||||
url: '/routes/find_routes/',
|
||||
|
||||
Reference in New Issue
Block a user