From 9ef5cf804397086c2b1c964d5d785cd884d2d8dd Mon Sep 17 00:00:00 2001 From: Silvio Date: Thu, 1 Oct 2009 12:36:47 -0300 Subject: Initial code to hide the menu (4) --- finder_menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finder_menu.js b/finder_menu.js index 7f08a94..378e7d6 100644 --- a/finder_menu.js +++ b/finder_menu.js @@ -74,7 +74,7 @@ function ul2finder() } } - if (window.finderOpened[i] == false) { + if (window.finderOpened[i] == false || window.finderOpened[i] == null) { window.finderOpened[i] = true; // change the current link from parent to open cssjs('swap',this,parentClass,openClass); -- cgit v1.2.3