1
0
Fork 0
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:
Luke Pulverenti 2016-07-23 01:16:26 -04:00
parent ad885bc1fa
commit 2dc7edb73c
5 changed files with 204 additions and 15 deletions

View file

@ -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();