mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove nonexistent define statements
This commit is contained in:
parent
27f39e39c4
commit
76ddb4d55f
1 changed files with 0 additions and 6 deletions
|
@ -675,17 +675,12 @@ var AppInfo = {};
|
|||
var apiClientBowerPath = bowerPath + "/apiclient";
|
||||
var componentsPath = "components";
|
||||
var paths = {
|
||||
velocity: bowerPath + "/velocity/velocity.min",
|
||||
ironCardList: componentsPath + "/ironcardlist/ironcardlist",
|
||||
scrollThreshold: componentsPath + "/scrollthreshold",
|
||||
playlisteditor: componentsPath + "/playlisteditor/playlisteditor",
|
||||
medialibrarycreator: componentsPath + "/medialibrarycreator/medialibrarycreator",
|
||||
medialibraryeditor: componentsPath + "/medialibraryeditor/medialibraryeditor",
|
||||
imageoptionseditor: componentsPath + "/imageoptionseditor/imageoptionseditor",
|
||||
howler: bowerPath + "/howlerjs/dist/howler.min",
|
||||
sortable: bowerPath + "/Sortable/Sortable.min",
|
||||
isMobile: bowerPath + "/isMobile/isMobile.min",
|
||||
masonry: bowerPath + "/masonry/dist/masonry.pkgd.min",
|
||||
humanedate: componentsPath + "/humanedate",
|
||||
libraryBrowser: "scripts/librarybrowser",
|
||||
events: apiClientBowerPath + "/events",
|
||||
|
@ -696,7 +691,6 @@ var AppInfo = {};
|
|||
browser: componentsPath + "/browser",
|
||||
inputManager: componentsPath + "/inputManager",
|
||||
qualityoptions: componentsPath + "/qualityoptions",
|
||||
hammer: bowerPath + "/hammerjs/hammer.min",
|
||||
page: "thirdparty/page",
|
||||
focusManager: componentsPath + "/focusManager",
|
||||
datetime: componentsPath + "/datetime",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue