0.0.152 routes
This commit is contained in:
@@ -138,4 +138,12 @@ function clickedUnregisteredMsgRoute (el) {
|
||||
|
||||
let $parent = el.closest(".route_card_text_container")
|
||||
$parent.classList.add('clicked');
|
||||
}
|
||||
|
||||
function unwrapRouteComment (el){
|
||||
if (!el) return;
|
||||
let $parent = el.closest(".wrapped")
|
||||
if (!$parent) return;
|
||||
|
||||
$parent.classList.remove('wrapped');
|
||||
}
|
||||
Reference in New Issue
Block a user