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

Follow up to #332 (Replace all emby.media links with jellyfin.media links) (#344)

* Remove supporterkey.html
* remove supporterkeypage.js
* remove possibility to load "supporterkeypage"
* add FIXMEs as per suggestion
This commit is contained in:
Ben Fayers 2018-12-31 17:06:41 +00:00 committed by Vasily
parent fceeb95e2a
commit 55550e75b6
5 changed files with 2 additions and 246 deletions

View file

@ -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;