From 7a27bf834400be7c1146b6d96ee52f969c30e551 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 10 Aug 2007 17:55:47 +0100 Subject: UNDO: fade - dropout --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.js b/functions.js index b99b67a81..4798c3c20 100644 --- a/functions.js +++ b/functions.js @@ -1010,7 +1010,7 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) { if (hide && !has_unread) { //node.childNodes[i].style.display = "none"; - Effect.DropOut(node.childNodes[i], {duration : 0.3}); + Effect.Fade(node.childNodes[i], {duration : 0.3}); } if (!hide) { -- cgit v1.2.3