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

add some more loading prompts (2)

This commit is contained in:
Andrew Dolgov
2007-03-02 21:11:01 +01:00
parent 9e31e1b94d
commit 0077a65cb4

View File

@@ -917,9 +917,9 @@ function selectedUserDetails() {
return;
}
var id = rows[0];
notify_progress("Loading, please wait...");
notify("");
var id = rows[0];
xmlhttp.open("GET", "backend.php?op=user-details&id=" + id, true);
xmlhttp.onreadystatechange=infobox_callback;