Fix missing jQuery in medialibraryeditor
This commit is contained in:
parent
7d0f971fe7
commit
6c566847db
2 changed files with 37 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
define(["loading", "dialogHelper", "dom", "components/libraryoptionseditor/libraryoptionseditor", "emby-button", "listViewStyle", "paper-icon-button-light", "formDialogStyle", "emby-toggle", "flexStyles"], function(loading, dialogHelper, dom, libraryoptionseditor) {
|
||||
define(["jQuery", "loading", "dialogHelper", "dom", "components/libraryoptionseditor/libraryoptionseditor", "emby-button", "listViewStyle", "paper-icon-button-light", "formDialogStyle", "emby-toggle", "flexStyles"], function(jQuery, loading, dialogHelper, dom, libraryoptionseditor) {
|
||||
"use strict";
|
||||
|
||||
function onEditLibrary() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue