summaryrefslogtreecommitdiff
path: root/js/PrefUsers.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/PrefUsers.js')
-rw-r--r--js/PrefUsers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/PrefUsers.js b/js/PrefUsers.js
index f09c73805..2cebce6ef 100644
--- a/js/PrefUsers.js
+++ b/js/PrefUsers.js
@@ -9,7 +9,7 @@ const Users = {
const search = user_search ? user_search.value : "";
xhrPost("backend.php", { op: "pref-users", sort: sort, search: search }, (transport) => {
- dijit.byId('userConfigTab').attr('content', transport.responseText);
+ dijit.byId('usersTab').attr('content', transport.responseText);
Notify.close();
});
},