mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update metadata editor
This commit is contained in:
parent
ac9ab5502a
commit
b7d63574a3
15 changed files with 121 additions and 85 deletions
|
@ -189,7 +189,7 @@
|
|||
|
||||
li += '</a>';
|
||||
|
||||
li += '<a class="btnDeleteXmlAttribute" href="#" data-index="' + index + '"></a>';
|
||||
li += '<a class="btnDeleteXmlAttribute" href="#" data-icon="delete" data-index="' + index + '"></a>';
|
||||
|
||||
li += '</li>';
|
||||
|
||||
|
@ -256,7 +256,7 @@
|
|||
|
||||
li += '</a>';
|
||||
|
||||
li += '<a class="btnDeleteProfile" href="#" data-index="' + index + '"></a>';
|
||||
li += '<a class="btnDeleteProfile" href="#" data-icon="delete" data-index="' + index + '"></a>';
|
||||
|
||||
li += '</li>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue