From 363a88ee80fae0edc77bda904f6cee63aec7c6b5 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Sat, 30 Dec 2023 18:41:58 +0100 Subject: [PATCH] Added fix to the FFMA Award --- assets/js/sections/ffma.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/js/sections/ffma.js b/assets/js/sections/ffma.js index 5096b834..27ac8245 100644 --- a/assets/js/sections/ffma.js +++ b/assets/js/sections/ffma.js @@ -126,6 +126,9 @@ function spawnGridsquareModal(loc_4char) { if (isDarkModeTheme()) { $(".buttons-csv").css("color", "white"); } + $('.table-responsive .dropdown-toggle').off('mouseenter').on('mouseenter', function () { + showQsoActionsMenu($(this).closest('.dropdown')); + }); }, buttons: [{ label: lang_admin_close,