1
0
Fork 0
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:
Luke Pulverenti 2013-04-16 12:45:28 -04:00
parent 8039689501
commit bc855196a6

View file

@ -65,13 +65,11 @@
$(document).on('pageinit', "#itemListPage", function () { $(document).on('pageinit', "#itemListPage", function () {
}).on('pagebeforeshow', "#itemListPage", function () { }).on('pageshow', "#itemListPage", function () {
query.ParentId = getParameterByName('parentId'); query.ParentId = getParameterByName('parentId');
reloadItems(this); reloadItems(this);
}).on('pageshow', "#itemListPage", function () {
}); });
})(jQuery, document); })(jQuery, document);