]> git.wh0rd.org Git - tt-rss.git/commitdiff
functions.js: add function cancelDialog()
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 28 Oct 2005 05:03:45 +0000 (06:03 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 28 Oct 2005 05:03:45 +0000 (06:03 +0100)
functions.js

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