From: Andrew Dolgov Date: Fri, 28 Oct 2005 05:03:45 +0000 (+0100) Subject: functions.js: add function cancelDialog() X-Git-Tag: 1.0.7~23 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e3d620d51ff779027bd724472ed5333d906b6167;p=tt-rss.git functions.js: add function cancelDialog() --- diff --git a/functions.js b/functions.js index baee8955..fe77163c 100644 --- a/functions.js +++ b/functions.js @@ -396,3 +396,8 @@ function popupHelp(tid) { } } +function cancelDialog(sender) { + + sender.offsetParent.style.display = "none"; + +}