1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 03:15:54 +00:00

add some more loading prompts

This commit is contained in:
Andrew Dolgov
2007-03-02 21:07:28 +01:00
parent eab291c403
commit 9e31e1b94d
2 changed files with 19 additions and 2 deletions

View File

@@ -1320,7 +1320,7 @@ function displayDlg(id, param) {
return
}
notify("");
notify_progress("Loading, please wait...");
xmlhttp.open("GET", "backend.php?op=dlg&id=" +
param_escape(id) + "&param=" + param_escape(param), true);