mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
remove nonexistent define statements
This commit is contained in:
parent
27f39e39c4
commit
76ddb4d55f
@ -675,17 +675,12 @@ var AppInfo = {};
|
|||||||
var apiClientBowerPath = bowerPath + "/apiclient";
|
var apiClientBowerPath = bowerPath + "/apiclient";
|
||||||
var componentsPath = "components";
|
var componentsPath = "components";
|
||||||
var paths = {
|
var paths = {
|
||||||
velocity: bowerPath + "/velocity/velocity.min",
|
|
||||||
ironCardList: componentsPath + "/ironcardlist/ironcardlist",
|
|
||||||
scrollThreshold: componentsPath + "/scrollthreshold",
|
|
||||||
playlisteditor: componentsPath + "/playlisteditor/playlisteditor",
|
playlisteditor: componentsPath + "/playlisteditor/playlisteditor",
|
||||||
medialibrarycreator: componentsPath + "/medialibrarycreator/medialibrarycreator",
|
medialibrarycreator: componentsPath + "/medialibrarycreator/medialibrarycreator",
|
||||||
medialibraryeditor: componentsPath + "/medialibraryeditor/medialibraryeditor",
|
medialibraryeditor: componentsPath + "/medialibraryeditor/medialibraryeditor",
|
||||||
imageoptionseditor: componentsPath + "/imageoptionseditor/imageoptionseditor",
|
imageoptionseditor: componentsPath + "/imageoptionseditor/imageoptionseditor",
|
||||||
howler: bowerPath + "/howlerjs/dist/howler.min",
|
howler: bowerPath + "/howlerjs/dist/howler.min",
|
||||||
sortable: bowerPath + "/Sortable/Sortable.min",
|
sortable: bowerPath + "/Sortable/Sortable.min",
|
||||||
isMobile: bowerPath + "/isMobile/isMobile.min",
|
|
||||||
masonry: bowerPath + "/masonry/dist/masonry.pkgd.min",
|
|
||||||
humanedate: componentsPath + "/humanedate",
|
humanedate: componentsPath + "/humanedate",
|
||||||
libraryBrowser: "scripts/librarybrowser",
|
libraryBrowser: "scripts/librarybrowser",
|
||||||
events: apiClientBowerPath + "/events",
|
events: apiClientBowerPath + "/events",
|
||||||
@ -696,7 +691,6 @@ var AppInfo = {};
|
|||||||
browser: componentsPath + "/browser",
|
browser: componentsPath + "/browser",
|
||||||
inputManager: componentsPath + "/inputManager",
|
inputManager: componentsPath + "/inputManager",
|
||||||
qualityoptions: componentsPath + "/qualityoptions",
|
qualityoptions: componentsPath + "/qualityoptions",
|
||||||
hammer: bowerPath + "/hammerjs/hammer.min",
|
|
||||||
page: "thirdparty/page",
|
page: "thirdparty/page",
|
||||||
focusManager: componentsPath + "/focusManager",
|
focusManager: componentsPath + "/focusManager",
|
||||||
datetime: componentsPath + "/datetime",
|
datetime: componentsPath + "/datetime",
|
||||||
|
Loading…
Reference in New Issue
Block a user