suppression du console log

This commit is contained in:
Valentin
2024-06-13 18:20:52 +02:00
parent c6186a58f4
commit 4550a43fcd
@@ -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)
}