summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index baee89558..fe77163cb 100644
--- a/functions.js
+++ b/functions.js
@@ -396,3 +396,8 @@ function popupHelp(tid) {
}
}
+function cancelDialog(sender) {
+
+ sender.offsetParent.style.display = "none";
+
+}