summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/prefs.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/prefs.js b/js/prefs.js
index d351a7bc3..3ce453c47 100644
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -2116,7 +2116,9 @@ function batchSubscribe() {
new Ajax.Request("backend.php", {
parameters: dojo.objectToQuery(this.attr('value')),
onComplete: function(transport) {
- this.hide();
+ notify("");
+ updateFeedList();
+ dialog.hide();
} });
}
},