fix error

This commit is contained in:
rulingcom 2022-01-24 01:32:46 +00:00
parent ed334c6814
commit 2f4658852d
1 changed files with 1 additions and 1 deletions

View File

@ -895,7 +895,7 @@ function transdate(){
}
});
$('header #main-nav>li').on('mouseover',function(){
$('header #main-nav>li').hover(function(){
if (!calc_menu_flag){
calc_menu_pos();
}