* Remove supporterkey.html * remove supporterkeypage.js * remove possibility to load "supporterkeypage" * add FIXMEs as per suggestion
This commit is contained in:
parent
fceeb95e2a
commit
55550e75b6
5 changed files with 2 additions and 246 deletions
|
@ -720,12 +720,6 @@ var Dashboard = {
|
|||
dependencies: [],
|
||||
autoFocus: !1,
|
||||
roles: "admin"
|
||||
}), defineRoute({
|
||||
path: "/supporterkey.html",
|
||||
dependencies: [],
|
||||
controller: "scripts/supporterkeypage",
|
||||
autoFocus: !1,
|
||||
roles: "admin"
|
||||
}), defineRoute({
|
||||
path: "/syncactivity.html",
|
||||
dependencies: [],
|
||||
|
@ -1087,7 +1081,6 @@ var Dashboard = {
|
|||
if ("wizard" === item) return "wizardstart.html";
|
||||
if ("downloads" === item) return "offline/offline.html";
|
||||
if ("downloadsettings" === item) return "mysyncsettings.html";
|
||||
if ("premiere" === item) return "supporterkey.html";
|
||||
if ("managedownloads" === item) return "managedownloads.html";
|
||||
if ("manageserver" === item) return "dashboard.html";
|
||||
if ("recordedtv" === item) return "livetv.html?tab=3&serverId=" + options.serverId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue