diff --git a/functions.js b/functions.js index baee8955..fe77163c 100644 --- a/functions.js +++ b/functions.js @@ -396,3 +396,8 @@ function popupHelp(tid) { } } +function cancelDialog(sender) { + + sender.offsetParent.style.display = "none"; + +}