1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 10:45:56 +00:00

shorten pref tab names; make log-alert clickable

This commit is contained in:
Andrew Dolgov
2021-02-11 15:49:32 +03:00
parent cc646790fd
commit 74986d1ac6
15 changed files with 25 additions and 16 deletions

View File

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