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

rework people

This commit is contained in:
Luke Pulverenti 2015-10-04 23:24:24 -04:00
parent 4bc4e81c51
commit 2f11b55964
12 changed files with 27 additions and 518 deletions

View file

@ -1777,7 +1777,6 @@ var AppInfo = {};
if (!AppInfo.hasLowImageBandwidth) {
AppInfo.enableStudioTabs = true;
AppInfo.enablePeopleTabs = true;
AppInfo.enableTvEpisodesTab = true;
AppInfo.enableMovieTrailersTab = true;
}
@ -1915,10 +1914,6 @@ var AppInfo = {};
elem.classList.add('studioTabDisabled');
}
if (!AppInfo.enablePeopleTabs) {
elem.classList.add('peopleTabDisabled');
}
if (!AppInfo.enableTvEpisodesTab) {
elem.classList.add('tvEpisodesTabDisabled');
}