1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 04:35:55 +00:00

generic popup user dialog mechanism

This commit is contained in:
Andrew Dolgov
2005-10-28 06:59:29 +01:00
parent e2f8f7b47a
commit f84a97a31b
5 changed files with 39 additions and 19 deletions

View File

@@ -396,8 +396,3 @@ function popupHelp(tid) {
}
}
function cancelDialog(sender) {
sender.offsetParent.style.display = "none";
}