mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
f7e9566f8f
commit
2cae955857
3 changed files with 6 additions and 4 deletions
|
@ -130,13 +130,14 @@
|
|||
if (s.Path) {
|
||||
itemHtml += '<a href="#" data-icon="delete" class="btnDelete" data-index="' + s.Index + '">Delete</a>';
|
||||
} else {
|
||||
itemHtml += '<a href="#" data-icon="delete" style="visibility:hidden;" class="btnDelete" data-index="' + s.Index + '">Delete</a>';
|
||||
itemHtml += '<a href="#" data-icon="delete" style="display:none;" class="btnDelete" data-index="' + s.Index + '">Delete</a>';
|
||||
}
|
||||
|
||||
itemHtml += '</li>';
|
||||
|
||||
return itemHtml;
|
||||
});
|
||||
|
||||
}).join('');
|
||||
|
||||
html += '</ul>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue