From 34aa9e20c7ff7d80094bef88b16299cd277a5c07 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 27 Dec 2011 18:37:07 +0400 Subject: implement filter import --- js/prefs.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'js/prefs.js') 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}); -- cgit v1.2.3