0.0.132 search routes
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user