mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
parent
195430ceff
commit
58c49ab85a
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ export function alert(options) {
|
|||
}
|
||||
|
||||
import('alert').then(({default: alert}) => {
|
||||
alert.default({
|
||||
alert({
|
||||
title: options.title || Globalize.translate('HeaderAlert'),
|
||||
text: options.message
|
||||
}).then(options.callback || function () {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue