fix parse error when using with JS aggregator
This commit is contained in:
parent
3ce126eb48
commit
08fe6616f9
@ -34,7 +34,7 @@ $(document).ready(function() {
|
|||||||
.find("a")
|
.find("a")
|
||||||
.focus(function(){
|
.focus(function(){
|
||||||
$("ul", $("#simplemenu>li[ul]")).bgIframe({opacity:false});
|
$("ul", $("#simplemenu>li[ul]")).bgIframe({opacity:false});
|
||||||
})
|
});
|
||||||
|
|
||||||
$('#simplemenu').children('li.expanded').addClass('root');
|
$('#simplemenu').children('li.expanded').addClass('root');
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user