From cf4b553ae6e508dad7b72e60e8397008a4d211a6 Mon Sep 17 00:00:00 2001 From: Deltacms Date: Wed, 30 Aug 2023 08:39:54 +0200 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20menu=20=C3=A9cran=20large?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.js.php b/core/core.js.php index caed9c2..057be31 100644 --- a/core/core.js.php +++ b/core/core.js.php @@ -541,7 +541,7 @@ $(document).ready(function(){ /** * Affiche le sous-menu quand il est sticky */ - $("nav").mouseenter(function(){ + $("nav:not(.navsub)").mouseenter(function(){ $("#navfixedlogout .navSub").css({ 'pointer-events' : 'auto' }); $("#navfixedconnected .navSub").css({ 'pointer-events' : 'auto' }); });