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:
parent
99910f968f
commit
ae1805916c
3 changed files with 71 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue