1
0
Fork 0
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:
vitorsemeano 2019-03-18 23:41:40 +00:00
parent a5278f3b78
commit cc0e19c6bd

View file

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