summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-27 18:37:07 +0400
committerAndrew Dolgov <[email protected]>2011-12-27 18:37:07 +0400
commit34aa9e20c7ff7d80094bef88b16299cd277a5c07 (patch)
tree6811c55907713fe545514543ccd35b912152cd0c /js/prefs.js
parentcfb665c01f3b0303515658f5569ac472a0970e21 (diff)
implement filter import
Diffstat (limited to 'js/prefs.js')
-rw-r--r--js/prefs.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/prefs.js b/js/prefs.js
index bd3866991..27598285c 100644
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -767,6 +767,14 @@ function opmlImportComplete(iframe) {
style: "width: 600px",
onCancel: function() {
updateFeedList();
+ updateFilterList();
+ updateLabelList();
+ },
+ execute: function() {
+ updateFeedList();
+ updateFilterList();
+ updateLabelList();
+ this.hide();
},
content: content});