1
0
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:
Andrew Dolgov
2005-12-20 11:39:20 +01:00
parent 746b249f95
commit a9b0bfd5e0
5 changed files with 47 additions and 14 deletions

View File

@@ -741,4 +741,6 @@ function showBlockElement(id) {
}
}
function hideParentElement(e) {
e.parentNode.style.display = "none";
}