]> git.wh0rd.org Git - tt-rss.git/commitdiff
add some more loading prompts (2)
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Mar 2007 20:11:01 +0000 (21:11 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Mar 2007 20:11:01 +0000 (21:11 +0100)
prefs.js

index cec724f4ed9bd9e5e45778d907922688e6cd0b03..d6feeecee627bd8f71a582cf149c930879641869 100644 (file)
--- 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;