functions.js: add function cancelDialog()
This commit is contained in:
parent
383f1827d1
commit
e3d620d51f
1 changed files with 5 additions and 0 deletions
|
@ -396,3 +396,8 @@ function popupHelp(tid) {
|
|||
}
|
||||
}
|
||||
|
||||
function cancelDialog(sender) {
|
||||
|
||||
sender.offsetParent.style.display = "none";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue