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(); } }); } },