Browse Source

suppression du console log

Valentin 5 tháng trước cách đây
mục cha
commit
4550a43fcd
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      user/themes/figureslibres-v2/js/script.js

+ 0 - 2
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)
       }