From 59216e083ceae53c0f7862dcca4af20738b5d2cb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 20 Nov 2010 14:53:52 +0300 Subject: use dijit.form.Buttons in refactored filter/label dialogs --- functions.js | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.js') 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(); -- cgit v1.2.3-54-g00ecf