mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:26:00 +00:00
fix batchSubscribe dialog not closing/feedlist not updating
This commit is contained in:
@@ -2116,7 +2116,9 @@ function batchSubscribe() {
|
|||||||
new Ajax.Request("backend.php", {
|
new Ajax.Request("backend.php", {
|
||||||
parameters: dojo.objectToQuery(this.attr('value')),
|
parameters: dojo.objectToQuery(this.attr('value')),
|
||||||
onComplete: function(transport) {
|
onComplete: function(transport) {
|
||||||
this.hide();
|
notify("");
|
||||||
|
updateFeedList();
|
||||||
|
dialog.hide();
|
||||||
} });
|
} });
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user