From cf1e274456419ea9d5489fa92731f6367e1aff2e Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 1 Aug 2023 13:54:48 +0200 Subject: [PATCH] #11697 fix menu display lateral --- pandora_console/general/main_menu.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/general/main_menu.php b/pandora_console/general/main_menu.php index 9ddc30037a..92e5e2aff9 100644 --- a/pandora_console/general/main_menu.php +++ b/pandora_console/general/main_menu.php @@ -281,6 +281,10 @@ echo ''; $(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();