add some more loading prompts (2)
This commit is contained in:
parent
9e31e1b94d
commit
0077a65cb4
1 changed files with 2 additions and 2 deletions
4
prefs.js
4
prefs.js
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue