Loading core/themes/olivero/js/scripts.es6.js +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ Drupal.olivero = {}; function isDesktopNav() { // @todo, I'm not sure we even need the .mobile-buttons container anymore. const navButtons = document.querySelector('.mobile-buttons'); return ( window.getComputedStyle(navButtons).getPropertyValue('display') === 'none' Loading Loading
core/themes/olivero/js/scripts.es6.js +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ Drupal.olivero = {}; function isDesktopNav() { // @todo, I'm not sure we even need the .mobile-buttons container anymore. const navButtons = document.querySelector('.mobile-buttons'); return ( window.getComputedStyle(navButtons).getPropertyValue('display') === 'none' Loading