mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix broken hamburger menu
This commit is contained in:
parent
d090ac8d72
commit
036cf6ef95
1 changed files with 1 additions and 3 deletions
|
@ -104,9 +104,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
|||
}
|
||||
|
||||
function bindMenuEvents() {
|
||||
var mainDrawerButton = document.querySelector(".mainDrawerButton");
|
||||
|
||||
if (mainDrawerButton) {
|
||||
if (mainDrawerButton = document.querySelector(".mainDrawerButton")) {
|
||||
mainDrawerButton.addEventListener("click", toggleMainDrawer);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue