#285533: The word 'false' appears in the menu, by dellis, remi, Roger Lopez

This commit is contained in:
Roger López 2009-04-01 00:07:16 +00:00
parent cc52ea5af6
commit 5c42f3c952

View File

@ -36,11 +36,11 @@ $(document).ready(function() {
} ) } )
.find(">li:has(ul)") .find(">li:has(ul)")
.mouseover(function(){ .mouseover(function(){
$("ul", this).bgIframe({opacity:false}); $("ul", this).bgIframe();
}) })
.find("a") .find("a")
.focus(function(){ .focus(function(){
$("ul", $(".nav>li:has(ul)")).bgIframe({opacity:false}); $("ul", $(".nav>li:has(ul)")).bgIframe();
}) })
.end() .end()
.end() .end()