remove references to missing offline playback files
This commit is contained in:
@@ -670,13 +670,6 @@ var Dashboard = {
|
||||
autoFocus: !1,
|
||||
transition: "fade",
|
||||
controller: "scripts/myprofile"
|
||||
}), defineRoute({
|
||||
path: "/offline/offline.html",
|
||||
transition: "fade",
|
||||
controller: "offline/offline",
|
||||
dependencies: [],
|
||||
anonymous: !0,
|
||||
startup: !1
|
||||
}), defineRoute({
|
||||
path: "/managedownloads.html",
|
||||
transition: "fade",
|
||||
@@ -1136,7 +1129,6 @@ var Dashboard = {
|
||||
serverId = item.ServerId || options.serverId;
|
||||
if ("settings" === item) return "mypreferencesmenu.html";
|
||||
if ("wizard" === item) return "wizardstart.html";
|
||||
if ("downloads" === item) return "offline/offline.html";
|
||||
if ("downloadsettings" === item) return "mysyncsettings.html";
|
||||
if ("managedownloads" === item) return "managedownloads.html";
|
||||
if ("manageserver" === item) return "dashboard.html";
|
||||
|
||||
Reference in New Issue
Block a user