mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added splash page
This commit is contained in:
parent
8039689501
commit
bc855196a6
1 changed files with 1 additions and 3 deletions
|
@ -65,13 +65,11 @@
|
|||
$(document).on('pageinit', "#itemListPage", function () {
|
||||
|
||||
|
||||
}).on('pagebeforeshow', "#itemListPage", function () {
|
||||
}).on('pageshow', "#itemListPage", function () {
|
||||
|
||||
query.ParentId = getParameterByName('parentId');
|
||||
reloadItems(this);
|
||||
|
||||
}).on('pageshow', "#itemListPage", function () {
|
||||
|
||||
});
|
||||
|
||||
})(jQuery, document);
|
Loading…
Add table
Add a link
Reference in a new issue