summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-28 06:59:29 +0100
committerAndrew Dolgov <[email protected]>2005-10-28 06:59:29 +0100
commitf84a97a31bd588bcf70fc71dbed27aca46d60b66 (patch)
treeec72878e916aa4348893b76cce2fff9dcc808198 /functions.js
parente2f8f7b47abc461df45b017211cc9af26af7abf8 (diff)
generic popup user dialog mechanism
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/functions.js b/functions.js
index fe77163cb..baee89558 100644
--- a/functions.js
+++ b/functions.js
@@ -396,8 +396,3 @@ function popupHelp(tid) {
}
}
-function cancelDialog(sender) {
-
- sender.offsetParent.style.display = "none";
-
-}