summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
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});