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