mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 08:51:28 +00:00
move user details to pref-users; code cleanup
This commit is contained in:
2
prefs.js
2
prefs.js
@@ -1113,7 +1113,7 @@ function selectedUserDetails() {
|
||||
|
||||
var id = rows[0];
|
||||
|
||||
xmlhttp.open("GET", "backend.php?op=user-details&id=" + id, true);
|
||||
xmlhttp.open("GET", "backend.php?op=pref-users&subop=user-details&id=" + id, true);
|
||||
xmlhttp.onreadystatechange=infobox_callback;
|
||||
xmlhttp.send(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user