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

a little more jquery removal

This commit is contained in:
Luke Pulverenti 2016-06-02 02:08:47 -04:00
parent 31b057360f
commit 471d0fbefc
11 changed files with 202 additions and 122 deletions

View file

@ -147,7 +147,7 @@
function initPage(tabContent) {
$('.itemsContainer', tabContent).on('needsrefresh', function () {
tabContent.querySelector('.itemsContainer').addEventListener('needsrefresh', function () {
reloadItems(tabContent);
});