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

pref-users: css fixes

This commit is contained in:
Andrew Dolgov
2021-02-06 16:24:40 +03:00
parent d8de10d78a
commit ce2335deaf
8 changed files with 25 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ const Users = {
this.edit(rows[0]);
},
getSelection :function() {
return Tables.getSelected("prefUserList");
return Tables.getSelected("users-list");
}
}