Loading js/admin_toolbar.js +0 −7 Original line number Diff line number Diff line Loading @@ -35,13 +35,6 @@ } }); // Always hide the dropdown menu on mobile. if (window.matchMedia("(max-width: 767px)").matches && $('body').hasClass('toolbar-tray-open')) { $('body').removeClass('toolbar-tray-open'); $('#toolbar-item-administration').removeClass('is-active'); $('#toolbar-item-administration-tray').removeClass('is-active'); }; } }; })(jQuery, Drupal); Loading
js/admin_toolbar.js +0 −7 Original line number Diff line number Diff line Loading @@ -35,13 +35,6 @@ } }); // Always hide the dropdown menu on mobile. if (window.matchMedia("(max-width: 767px)").matches && $('body').hasClass('toolbar-tray-open')) { $('body').removeClass('toolbar-tray-open'); $('#toolbar-item-administration').removeClass('is-active'); $('#toolbar-item-administration-tray').removeClass('is-active'); }; } }; })(jQuery, Drupal);