fix error

This commit is contained in:
rulingcom 2021-12-08 02:29:16 +00:00
parent d9e49d83fe
commit 2230710658
1 changed files with 1 additions and 1 deletions

View File

@ -876,7 +876,7 @@ function transdate(){
//$('.modules-menu-level-1').css('calc_menu_flagleft','-'+$('.outdropdowns .dropdowns').offset().left+'px');
calc_menu_pos();
window.has_hover = fcalc_menu_flagalse;
window.has_hover = false;
if($(window).outerWidth(true) >= 768){
window.has_hover = true;
}