From e3d620d51ff779027bd724472ed5333d906b6167 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 28 Oct 2005 06:03:45 +0100 Subject: functions.js: add function cancelDialog() --- functions.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'functions.js') 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"; + +} -- cgit v1.2.3