summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-20 11:39:20 +0100
committerAndrew Dolgov <[email protected]>2005-12-20 11:39:20 +0100
commita9b0bfd5e01ca33f05a18ccc528c730d896732b6 (patch)
tree540fc658f13a36a511c85245d450c3091d1d978c /functions.js
parent746b249f9515dd2fa55a99f292e25fa6be69029b (diff)
update close.svg; add hideParentElement() function
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index e27beac28..ca51b1acd 100644
--- a/functions.js
+++ b/functions.js
@@ -741,4 +741,6 @@ function showBlockElement(id) {
}
}
-
+function hideParentElement(e) {
+ e.parentNode.style.display = "none";
+}