Welcome to mirror list, hosted at ThFree Co, Russian Federation.

has_menu_expanded.js « utils « nav « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f126bbdf76143c40a749c14b6434549f79d6ffd (plain)
1
2
export const hasMenuExpanded = () =>
  Boolean(document.querySelector('.header-content.menu-expanded'));