0.0.141 routes
This commit is contained in:
@@ -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');
|
||||
}
|
||||
Reference in New Issue
Block a user