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

update translations

This commit is contained in:
Luke Pulverenti 2015-10-26 12:29:42 -04:00
parent 6a162d4001
commit 8755e4c173
73 changed files with 10379 additions and 10206 deletions

View file

@ -594,9 +594,8 @@
if (itemSelectionPanel) {
return onItemSelectionPanelClick(e, itemSelectionPanel);
}
if (card.classList.contains('groupedCard')) {
return onGroupedCardClick(e);
return onGroupedCardClick(e, card);
}
}
}