1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add console.log

This commit is contained in:
grafixeyehero 2019-10-08 20:46:05 +03:00
parent 0e306cad76
commit 6eb8e1b8fa
2 changed files with 5 additions and 2 deletions

View file

@ -210,7 +210,8 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
// add buttons to navigation drawer
navDrawerScrollContainer.innerHTML = html; // bind logout button click to method
navDrawerScrollContainer.innerHTML = html;
// bind logout button click to method
var btnLogout = navDrawerScrollContainer.querySelector(".btnLogout");