Remove standalone.js and broken navigation
This commit is contained in:
+2
-5
@@ -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');
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
window.appMode = 'standalone';
|
||||
|
||||
import('./site');
|
||||
Reference in New Issue
Block a user