1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

implement filter import

This commit is contained in:
Andrew Dolgov
2011-12-27 18:37:07 +04:00
parent cfb665c01f
commit 34aa9e20c7
3 changed files with 69 additions and 5 deletions

View File

@@ -767,6 +767,14 @@ function opmlImportComplete(iframe) {
style: "width: 600px",
onCancel: function() {
updateFeedList();
updateFilterList();
updateLabelList();
},
execute: function() {
updateFeedList();
updateFilterList();
updateLabelList();
this.hide();
},
content: content});