1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 13:45:56 +00:00

functions.js: add function cancelDialog()

This commit is contained in:
Andrew Dolgov
2005-10-28 06:03:45 +01:00
parent 383f1827d1
commit e3d620d51f

View File

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