0.0.132 search routes

This commit is contained in:
SBD
2025-01-25 00:05:00 +03:00
parent ca05de3d7d
commit b5155e7ce2
8 changed files with 35 additions and 11 deletions

View File

@@ -118,8 +118,9 @@ function highlightRoute(el) {
function respondBtnClickEvent(el) {
if (!el) return;
let $parent = el.closest(".route_card_owner_info")
let $parent = el.closest(".w_route_card")
let $responde_cont = $parent.querySelector(".respond_route_cont")
if (window.innerWidth < 1160) $responde_cont = $parent.querySelector(".respond_route_cont.mobile")
$(el).fadeOut(500);
sleep(500).then(() => {