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

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