mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove standalone.js and broken navigation
This commit is contained in:
parent
220d00a330
commit
81516c9ffe
3 changed files with 3 additions and 9 deletions
|
@ -77,12 +77,9 @@ function loadCoreDictionary() {
|
|||
|
||||
function init() {
|
||||
serverAddress().then(server => {
|
||||
if (!server) {
|
||||
navigate('selectserver.html');
|
||||
return;
|
||||
if (server) {
|
||||
ServerConnections.initApiClient(server);
|
||||
}
|
||||
|
||||
ServerConnections.initApiClient(server);
|
||||
}).then(() => {
|
||||
console.debug('initAfterDependencies promises resolved');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue