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
1 changed files with 2 additions and 2 deletions

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;