mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update icons
This commit is contained in:
parent
6084652e0b
commit
31091e3937
5 changed files with 8 additions and 6 deletions
|
@ -43,6 +43,10 @@
|
|||
|
||||
$('#selectCollectionType', page).html(getCollectionTypeOptionsHtml(collectionTypeOptions)).val('').on('change', function () {
|
||||
|
||||
if (this.value == 'mixed') {
|
||||
return;
|
||||
}
|
||||
|
||||
var dlg = $(this).parents('paper-dialog')[0];
|
||||
|
||||
var index = this.selectedIndex;
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
html += path;
|
||||
html += '</paper-item-body>';
|
||||
|
||||
html += '<paper-icon-button icon="remove" class="btnRemovePath" data-index="' + index + '"></paper-icon-button>';
|
||||
html += '<paper-icon-button icon="remove-circle" class="btnRemovePath" data-index="' + index + '"></paper-icon-button>';
|
||||
|
||||
html += '</paper-icon-item>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue