mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 00:25:54 +00:00
fix feed editor when FORCE_ARTICLE_PURGE is enabled
This commit is contained in:
@@ -1355,6 +1355,7 @@ function editFeed(feed, event) {
|
||||
parameters: dojo.objectToQuery(dialog.attr('value')),
|
||||
onComplete: function(transport) {
|
||||
dialog.hide();
|
||||
notify('');
|
||||
updateFeedList();
|
||||
}})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user