update action sheet
This commit is contained in:
parent
79b9a76c6b
commit
c959aa01a2
22 changed files with 123 additions and 153 deletions
|
@ -138,9 +138,9 @@
|
|||
ironIcon: current == 'christmas' ? 'check' : null
|
||||
});
|
||||
|
||||
require(['actionsheet'], function () {
|
||||
require(['actionsheet'], function (actionsheet) {
|
||||
|
||||
ActionSheetElement.show({
|
||||
actionsheet.show({
|
||||
title: 'Happy holidays from the Emby team! Select your holiday theme:',
|
||||
items: items,
|
||||
callback: function (id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue