summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-20 14:53:52 +0300
committerAndrew Dolgov <[email protected]>2010-11-20 14:53:52 +0300
commit59216e083ceae53c0f7862dcca4af20738b5d2cb (patch)
tree54e1a45a080d08bf9b51bb19fbab793e3f48ecd6 /functions.js
parentd90868d719a4a620ff5c1f74457626c429196590 (diff)
use dijit.form.Buttons in refactored filter/label dialogs
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index bbfd32e4e..e9a1f70b6 100644
--- a/functions.js
+++ b/functions.js
@@ -1189,6 +1189,7 @@ function quickAddFilter() {
parameters: dojo.objectToQuery(this.attr('value')),
onComplete: function(transport) {
this.hide();
+ notify_progress("Savind data...", true);
notify_info(transport.responseText);
if (inPreferences()) {
updateFilterList();