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

render channels page

This commit is contained in:
Luke Pulverenti 2013-11-20 16:08:12 -05:00
parent 99910f968f
commit ae1805916c
3 changed files with 71 additions and 7 deletions

View file

@ -190,7 +190,7 @@
showViewsHeader = true;
views.push({ id: "gamesView", name: "Games", url: "gamesrecommended.html", img: "css/images/items/list/gamecollection.png", background: "#E12026" });
}
if (showViewsHeader) {
$('#viewsHeader', page).show();
} else {
@ -249,11 +249,6 @@
}));
});
});
$(document).on('pagebeforeshow', "#indexPage", function () {
var page = this;
reloadTips(page);