From 5c42f3c952c48c477a387699cb73cf65f14c9f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20L=C3=B3pez?= Date: Wed, 1 Apr 2009 00:07:16 +0000 Subject: [PATCH] #285533: The word 'false' appears in the menu, by dellis, remi, Roger Lopez --- simplemenu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simplemenu.js b/simplemenu.js index cb9ab4db..82159f8e 100644 --- a/simplemenu.js +++ b/simplemenu.js @@ -36,11 +36,11 @@ $(document).ready(function() { } ) .find(">li:has(ul)") .mouseover(function(){ - $("ul", this).bgIframe({opacity:false}); + $("ul", this).bgIframe(); }) .find("a") .focus(function(){ - $("ul", $(".nav>li:has(ul)")).bgIframe({opacity:false}); + $("ul", $(".nav>li:has(ul)")).bgIframe(); }) .end() .end()