fix batchSubscribe dialog not closing/feedlist not updating
This commit is contained in:
parent
95ee44b33d
commit
4b298c8698
|
@ -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();
|
||||
} });
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue