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

#712 - group multiple versions

This commit is contained in:
Luke Pulverenti 2014-03-18 21:35:40 -04:00
parent 494e982690
commit 9a16060663
4 changed files with 78 additions and 21 deletions

View file

@ -345,6 +345,12 @@
reloadItems(page);
});
$('.itemsContainer', page).on('needsrefresh', function() {
reloadItems(page);
});
}).on('pagebeforeshow', "#moviesPage", function () {
var page = this;