mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
break up jquery mobile
This commit is contained in:
parent
4565ac78ab
commit
973b43989d
25 changed files with 899 additions and 144 deletions
|
@ -23,10 +23,7 @@
|
|||
|
||||
LoginPage.getApiClient().done(function (apiClient) {
|
||||
|
||||
// Show all users on localhost
|
||||
var promise1 = apiClient.getPublicUsers();
|
||||
|
||||
promise1.done(function (users) {
|
||||
apiClient.getPublicUsers().done(function (users) {
|
||||
|
||||
var showManualForm = !users.length;
|
||||
|
||||
|
@ -110,6 +107,8 @@
|
|||
newUrl = "index.html";
|
||||
}
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
|
||||
Dashboard.onServerChanged(user.Id, result.AccessToken, apiClient);
|
||||
Dashboard.navigate(newUrl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue