diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-03-02 21:11:01 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-03-02 21:11:01 +0100 |
| commit | 0077a65cb469dafb744d18bd05cf9144defbe76f (patch) | |
| tree | 8ef1c2956691b92eac9199fcf5a809afff3d3c6f /prefs.js | |
| parent | 9e31e1b94d554f006b0759f8a07376fd6114ee6a (diff) | |
add some more loading prompts (2)
Diffstat (limited to 'prefs.js')
| -rw-r--r-- | prefs.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |