mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Fix broken hamburger menu
This commit is contained in:
parent
d090ac8d72
commit
036cf6ef95
@ -104,9 +104,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
|||||||
}
|
}
|
||||||
|
|
||||||
function bindMenuEvents() {
|
function bindMenuEvents() {
|
||||||
var mainDrawerButton = document.querySelector(".mainDrawerButton");
|
if (mainDrawerButton = document.querySelector(".mainDrawerButton")) {
|
||||||
|
|
||||||
if (mainDrawerButton) {
|
|
||||||
mainDrawerButton.addEventListener("click", toggleMainDrawer);
|
mainDrawerButton.addEventListener("click", toggleMainDrawer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user