mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Exit app on "go back" at server selection page
This commit is contained in:
parent
1ebf03d21b
commit
d93c16ea72
@ -548,7 +548,7 @@ define(['loading', 'globalize', 'events', 'viewManager', 'layoutManager', 'skinM
|
||||
/**
|
||||
* Pages of "no return" (Go back).
|
||||
*/
|
||||
var startPages = ['home', 'login'];
|
||||
var startPages = ['home', 'login', 'selectserver'];
|
||||
|
||||
function canGoBack() {
|
||||
var curr = current();
|
||||
|
@ -313,7 +313,8 @@ define([
|
||||
autoFocus: false,
|
||||
anonymous: true,
|
||||
startup: true,
|
||||
controller: "auth/selectserver"
|
||||
controller: "auth/selectserver",
|
||||
type: "selectserver"
|
||||
});
|
||||
defineRoute({
|
||||
path: "/serveractivity.html",
|
||||
|
Loading…
Reference in New Issue
Block a user