mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
change class name
This commit is contained in:
parent
a8f904dc42
commit
d53a095728
8 changed files with 37 additions and 2 deletions
|
@ -24,7 +24,7 @@ define(['dialog', 'globalize'], function (dialog, globalize) {
|
|||
items.push({
|
||||
name: options.confirmText || globalize.translate('ButtonOk'),
|
||||
id: 'ok',
|
||||
type: options.primary === 'cancel' ? 'cancel' : 'submit'
|
||||
type: options.primary === 'cancel' ? 'cancel' : 'delete'
|
||||
});
|
||||
|
||||
options.buttons = items;
|
||||
|
@ -37,4 +37,4 @@ define(['dialog', 'globalize'], function (dialog, globalize) {
|
|||
return Promise.reject();
|
||||
});
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue