Migration of loading to ES6 module
This commit is contained in:
parent
40b98bb3d4
commit
675cad71d8
45 changed files with 146 additions and 67 deletions
|
@ -880,7 +880,7 @@ function initClient() {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
console.log(appRouter)
|
||||
appRouter.showLocalLogin = function (serverId, manualLogin) {
|
||||
Dashboard.navigate('login.html?serverid=' + serverId);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue