summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-10 17:55:47 +0100
committerAndrew Dolgov <[email protected]>2007-08-10 17:55:47 +0100
commit7a27bf834400be7c1146b6d96ee52f969c30e551 (patch)
tree1caf8792cd32de9edaedb9f807abef7347fece4c /functions.js
parentd504311c6b5a4eb1ca22b84f6c3b7245c30880fb (diff)
UNDO: fade - dropout
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
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) {