From: Andrew Dolgov Date: Fri, 2 Mar 2007 20:11:01 +0000 (+0100) Subject: add some more loading prompts (2) X-Git-Tag: 1.2.9~48 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0077a65cb469dafb744d18bd05cf9144defbe76f;p=tt-rss.git add some more loading prompts (2) --- diff --git a/prefs.js b/prefs.js index cec724f4..d6feeece 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;