1
0
Fork 0
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:
Andrew Rabert 2019-01-25 23:55:07 -05:00
parent 5428c37200
commit 39f71a8f24

View file

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