1
0
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:
Andrew Dolgov
2008-09-18 05:53:36 +01:00
parent f6d9a4f233
commit 5a437c88d7
4 changed files with 108 additions and 122 deletions

View File

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