mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-08 01:20:59 +02:00
add some more loading prompts (2)
This commit is contained in:
parent
9e31e1b94d
commit
0077a65cb4
4
prefs.js
4
prefs.js
@ -917,9 +917,9 @@ function selectedUserDetails() {
|
|||||||
return;
|
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.open("GET", "backend.php?op=user-details&id=" + id, true);
|
||||||
xmlhttp.onreadystatechange=infobox_callback;
|
xmlhttp.onreadystatechange=infobox_callback;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user