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

Migration dialog to ES6 modules

This commit is contained in:
grafixeyehero 2020-06-17 00:43:22 +03:00
parent b57c6cacb8
commit 582ea61267
4 changed files with 46 additions and 31 deletions

View file

@ -31,7 +31,7 @@ define(['browser', 'dialog', 'globalize'], function (browser, dialog, globalize)
options.buttons = items;
return dialog(options).then(function (result) {
return dialog.show(options).then(function (result) {
if (result === 'ok') {
return Promise.resolve();
}