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:
parent
b5b928ec21
commit
b27bc31f50
5 changed files with 0 additions and 998 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue