fix error
This commit is contained in:
parent
ed334c6814
commit
2f4658852d
|
@ -895,7 +895,7 @@ function transdate(){
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$('header #main-nav>li').on('mouseover',function(){
|
$('header #main-nav>li').hover(function(){
|
||||||
if (!calc_menu_flag){
|
if (!calc_menu_flag){
|
||||||
calc_menu_pos();
|
calc_menu_pos();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue