mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Added jQuery as local dependency for components
This commit is contained in:
parent
ed811fa26a
commit
38b75cc20a
21 changed files with 21 additions and 21 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['paperdialoghelper', 'appStorage', 'paper-fab', 'paper-item-body', 'paper-icon-item'], function (paperDialogHelper, appStorage) {
|
||||
define(['paperdialoghelper', 'appStorage', 'jQuery', 'paper-fab', 'paper-item-body', 'paper-icon-item'], function (paperDialogHelper, appStorage, $) {
|
||||
|
||||
var currentItem;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue