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

add transition to remote control

This commit is contained in:
Luke Pulverenti 2015-03-18 00:09:31 -04:00
parent c5b0fd9b79
commit b73c66bd7f
8 changed files with 142 additions and 70 deletions

View file

@ -209,6 +209,8 @@ $(document).on('pageshow', "#supporterKeyPage", SupporterKeyPage.onPageShow);
html += '<ul data-role="listview" data-inset="true">';
html += '<li data-role="list-divider">' + Globalize.translate('HeaderUsers');
html += result.Users.map(getUserHtml).join('');
html += '</ul>';