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

add loopback handler

This commit is contained in:
Luke Pulverenti 2016-09-03 13:16:36 -04:00
parent 5df126af54
commit 7919964805
12 changed files with 16 additions and 51 deletions

View file

@ -366,9 +366,7 @@
var secondaryTitle = (link.innerText || link.textContent).trim();
title += secondaryTitle;
var documentTitle = secondaryTitle;
LibraryMenu.setTitle(title, documentTitle);
LibraryMenu.setTitle(title);
} else {
link.classList.remove('selectedSidebarLink');
@ -698,7 +696,7 @@
libraryMenuButtonText.innerHTML = html;
}
document.title = title;
document.title = title || 'Emby';
},
setTransparentMenu: function (transparent) {