#11697 fix menu display lateral

This commit is contained in:
Jonathan 2023-08-01 13:54:48 +02:00
parent 3b38824ca7
commit cf1e274456
1 changed files with 4 additions and 0 deletions

View File

@ -281,6 +281,10 @@ echo '</div>';
$(this).removeClass('arrow_menu_down');
$(this).addClass('arrow_menu_right');
});
$(".arrow_menu_up").each(function() {
$(this).removeClass('arrow_menu_up');
$(this).addClass('arrow_menu_right');
});
table_hover = $(this);
handsIn = 1;
openTime = new Date().getTime();