mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix identation for routes.js
This commit is contained in:
parent
a5278f3b78
commit
cc0e19c6bd
1 changed files with 416 additions and 425 deletions
|
@ -22,17 +22,13 @@ define([
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("Defining core routes");
|
console.log("Defining core routes");
|
||||||
|
|
||||||
defineRoute({
|
defineRoute({
|
||||||
path: "/addplugin.html",
|
path: "/addplugin.html",
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
roles: "admin",
|
roles: "admin",
|
||||||
controller: "addpluginpage"
|
controller: "addpluginpage"
|
||||||
});
|
});
|
||||||
defineRoute({
|
|
||||||
path: "/appservices.html",
|
|
||||||
autoFocus: false,
|
|
||||||
roles: "admin"
|
|
||||||
});
|
|
||||||
defineRoute({
|
defineRoute({
|
||||||
path: "/autoorganizelog.html",
|
path: "/autoorganizelog.html",
|
||||||
roles: "admin"
|
roles: "admin"
|
||||||
|
@ -109,11 +105,6 @@ define([
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
roles: "admin"
|
roles: "admin"
|
||||||
});
|
});
|
||||||
defineRoute({
|
|
||||||
path: "/opensubtitles.html",
|
|
||||||
autoFocus: false,
|
|
||||||
roles: "admin"
|
|
||||||
});
|
|
||||||
defineRoute({
|
defineRoute({
|
||||||
path: "/forgotpassword.html",
|
path: "/forgotpassword.html",
|
||||||
anonymous: true,
|
anonymous: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue