#285533: The word 'false' appears in the menu, by dellis, remi, Roger Lopez
This commit is contained in:
parent
cc52ea5af6
commit
5c42f3c952
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user