summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 14:07:34 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 14:07:34 +0100
commit35a03bddc2b2b0ca18bf549a604788afc8f5422c (patch)
tree51cea419eac28b388d19b71a7a65502c586be6fb /functions.js
parent10eb9da8572c3729053d0052493d82200e5e1dcf (diff)
tag cloud improvements
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 d14b632d1..b99a53c96 100644
--- a/functions.js
+++ b/functions.js
@@ -1362,7 +1362,7 @@ function displayDlg(id, param) {
return
}
- notify_progress("Loading, please wait...");
+ notify_progress("Loading, please wait...", true);
xmlhttp.open("GET", "backend.php?op=dlg&id=" +
param_escape(id) + "&param=" + param_escape(param), true);