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

update action sheet

This commit is contained in:
Luke Pulverenti 2016-02-21 16:09:38 -05:00
parent a832af5f4c
commit 49a57849a4
2 changed files with 1 additions and 157 deletions

View file

@ -129,7 +129,7 @@
html += '<iron-icon class="actionSheetItemIcon" icon="' + option.ironIcon + '"></iron-icon>';
}
else if (renderIcon && !center) {
html += '<iron-icon></iron-icon>';
html += '<iron-icon class="actionSheetItemIcon"></iron-icon>';
}
html += '<span>' + option.name + '</span>';
html += '</' + itemTagName + '>';