summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 21:07:28 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 21:07:28 +0100
commit9e31e1b94d554f006b0759f8a07376fd6114ee6a (patch)
tree3073764e4c7189a319b7782756a718227a5c309a /functions.js
parenteab291c4032679aa1a166d7f2b43fef3ae1f3d77 (diff)
add some more loading prompts
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index 39b77d6a0..72011568e 100644
--- a/functions.js
+++ b/functions.js
@@ -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);