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

remove new lines

This commit is contained in:
grafixeyehero 2019-10-10 20:40:27 +03:00
parent 61897f15e2
commit d467499a7a

View file

@ -208,11 +208,10 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
html += "</div>";
}
// add buttons to navigation drawer
// add buttons to navigation drawer
navDrawerScrollContainer.innerHTML = html;
// bind logout button click to method
var btnLogout = navDrawerScrollContainer.querySelector(".btnLogout");
if (btnLogout) {
@ -506,7 +505,6 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
}
// FIXME: Potentially the same as above
if (user.Policy.EnableContentDownloading) {
showBySelector(".lnkSyncToOtherDevices", true);
} else {