0.0.141 routes

This commit is contained in:
SBD
2025-02-02 21:38:03 +03:00
parent 293b7c9f6f
commit 9e3888bccf
7 changed files with 119 additions and 5 deletions

View File

@@ -131,4 +131,11 @@ function respondBtnClickEvent(el, authentificated) {
$(".b_login_modal").addClass('open');
$("body")[0].style.overflow = "hidden";
}
}
function clickedUnregisteredMsgRoute (el) {
if (!el) return;
let $parent = el.closest(".route_card_text_container")
$parent.classList.add('clicked');
}