1
0
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:
Andrew Dolgov
2010-12-17 17:14:20 +03:00
parent ee273da6fa
commit 7d8eca888c
2 changed files with 3 additions and 1 deletions

View File

@@ -1355,6 +1355,7 @@ function editFeed(feed, event) {
parameters: dojo.objectToQuery(dialog.attr('value')),
onComplete: function(transport) {
dialog.hide();
notify('');
updateFeedList();
}})
}