From 4550a43fcd88edc0d9f0987aaea7d332e0f05238 Mon Sep 17 00:00:00 2001 From: Valentin Date: Thu, 13 Jun 2024 18:20:52 +0200 Subject: [PATCH] suppression du console log --- user/themes/figureslibres-v2/js/script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/user/themes/figureslibres-v2/js/script.js b/user/themes/figureslibres-v2/js/script.js index ac0b8d4..e1b2c5c 100644 --- a/user/themes/figureslibres-v2/js/script.js +++ b/user/themes/figureslibres-v2/js/script.js @@ -176,11 +176,9 @@ function refreshUiOnResize() { if (result) { currentColor = $('body').css('background-color') if (isDesktopDevice) { - console.log("is desktop"); $('nav').css('background-color', currentColor) $('#nav-container').css('background-color', color_bg) } else { - console.log("is NOT desktop"); $('nav').css('background-color', color_main) $('#nav-container').css('background-color', currentColor) }