mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Navigate back to user profiles page on user edit save
This commit is contained in:
parent
5428c37200
commit
39f71a8f24
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ define(["jQuery", "loading", "libraryMenu", "fnchecked"], function($, loading, l
|
|||
}
|
||||
|
||||
function onSaveComplete(page, user) {
|
||||
Dashboard.navigate("userprofiles.html");
|
||||
loading.hide();
|
||||
require(["toast"], function(toast) {
|
||||
toast(Globalize.translate("SettingsSaved"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue