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

sync updates

This commit is contained in:
Luke Pulverenti 2015-02-03 13:14:53 -05:00
parent 4ad1f56376
commit 9f3dd3d2e6
4 changed files with 67 additions and 5 deletions

View file

@ -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();