mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
implement filter import
This commit is contained in:
@@ -767,6 +767,14 @@ function opmlImportComplete(iframe) {
|
||||
style: "width: 600px",
|
||||
onCancel: function() {
|
||||
updateFeedList();
|
||||
updateFilterList();
|
||||
updateLabelList();
|
||||
},
|
||||
execute: function() {
|
||||
updateFeedList();
|
||||
updateFilterList();
|
||||
updateLabelList();
|
||||
this.hide();
|
||||
},
|
||||
content: content});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user