Skip to content
Snippets Groups Projects
Unverified Commit 527fbc40 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3174088 by Ramya Balasubramanian, mherchel: Remove .mobile-buttons...

Issue #3174088 by Ramya Balasubramanian, mherchel: Remove .mobile-buttons comment within Olivero's scripts.es6.js
parent fe53c498
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment