mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 02:25:55 +00:00
update close.svg; add hideParentElement() function
This commit is contained in:
@@ -741,4 +741,6 @@ function showBlockElement(id) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function hideParentElement(e) {
|
||||
e.parentNode.style.display = "none";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user