1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove more sync related code

This commit is contained in:
dkanada 2019-01-21 18:26:31 +09:00
parent b5b928ec21
commit b27bc31f50
5 changed files with 0 additions and 998 deletions

View file

@ -687,12 +687,6 @@ var Dashboard = {
autoFocus: !1,
transition: "fade",
controller: "scripts/myprofile"
}), defineRoute({
path: "/mysyncjob.html",
dependencies: [],
autoFocus: !1,
transition: "fade",
controller: "scripts/syncjob"
}), defineRoute({
path: "/notificationsetting.html",
dependencies: [],
@ -1085,8 +1079,6 @@ var Dashboard = {
define("guide-settings-dialog", [embyWebComponentsBowerPath + "/guide/guide-settings"], returnFirstDependency);
define("loadingDialog", [embyWebComponentsBowerPath + "/loadingdialog/loadingdialog"], returnFirstDependency);
define("syncDialog", [embyWebComponentsBowerPath + "/sync/sync"], returnFirstDependency);
define("syncJobEditor", [embyWebComponentsBowerPath + "/sync/syncjobeditor"], returnFirstDependency);
define("syncJobList", [embyWebComponentsBowerPath + "/sync/syncjoblist"], returnFirstDependency);
define("viewManager", [embyWebComponentsBowerPath + "/viewmanager/viewmanager"], function(viewManager) {
return window.ViewManager = viewManager, viewManager.dispatchPageEvents(!0), viewManager
});