mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
sync updates
This commit is contained in:
parent
4ad1f56376
commit
9f3dd3d2e6
4 changed files with 67 additions and 5 deletions
|
@ -160,7 +160,7 @@
|
|||
var listItem = $(elem).parents('li');
|
||||
var id = listItem.attr('data-itemid');
|
||||
var status = listItem.attr('data-status');
|
||||
var remove = listItem.attr('data-remove');
|
||||
var remove = listItem.attr('data-remove').toLowerCase() == 'true';
|
||||
|
||||
$('.jobMenu', page).popup("close").remove();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue