summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prefs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs.js b/prefs.js
index cec724f4e..d6feeecee 100644
--- a/prefs.js
+++ b/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;