mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improve guest add flow
This commit is contained in:
parent
ad885bc1fa
commit
2dc7edb73c
5 changed files with 204 additions and 15 deletions
|
@ -121,7 +121,9 @@
|
|||
noActionCallback();
|
||||
}
|
||||
}
|
||||
} function showEmbyConnectErrorMessage(username) {
|
||||
}
|
||||
|
||||
function showEmbyConnectErrorMessage(username) {
|
||||
|
||||
var html;
|
||||
var text;
|
||||
|
@ -146,7 +148,6 @@
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
function onSaveComplete(page, user) {
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue