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

add dish hopper profile

This commit is contained in:
Luke Pulverenti 2014-09-23 21:44:05 -04:00
parent 26ac527517
commit edb99f6ba2
2 changed files with 11 additions and 28 deletions

View file

@ -57,7 +57,7 @@
});
$('.btnDeleteUser', flyout).on('click', function () {
deleteUser(page, this);
deleteUser(page, this.getAttribute('data-userid'));
});
}