summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.js
parentd90868d719a4a620ff5c1f74457626c429196590 (diff)
use dijit.form.Buttons in refactored filter/label dialogs
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/prefs.js b/prefs.js
index fa4804ff4..fdcf28e87 100644
--- a/prefs.js
+++ b/prefs.js
@@ -302,6 +302,7 @@ function editFilter(id, event) {
execute: function() {
if (this.validate()) {
this.hide();
+ notify_progress("Savind data...", true);
new Ajax.Request("backend.php", {
parameters: dojo.objectToQuery(this.attr('value')),
onComplete: function(transport) {
@@ -1652,8 +1653,8 @@ function removeFilter(id, title) {
var ok = confirm(msg);
if (ok) {
- closeInfoBox();
-
+ dijit.byId("filterEditDlg").hide();
+
notify_progress("Removing filter...");
var query = "?op=pref-filters&subop=remove&ids="+