mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move paper dialog helper
This commit is contained in:
parent
54d014972b
commit
88bd9c7abb
18 changed files with 44 additions and 25 deletions
|
@ -97,7 +97,7 @@
|
|||
|
||||
function showPlaybackOverlay(resolve, reject) {
|
||||
|
||||
require(['components/paperdialoghelper', 'paper-fab', 'paper-item-body', 'paper-icon-item'], function (paperDialogHelper) {
|
||||
require(['paperdialoghelper', 'paper-fab', 'paper-item-body', 'paper-icon-item'], function (paperDialogHelper) {
|
||||
|
||||
var dlg = paperDialogHelper.createDialog({});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue