summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-07-02 20:26:18 +0300
committerAndrew Dolgov <[email protected]>2017-07-02 20:26:18 +0300
commit12b7b90c7031cf9f61a9eada822c37d841d6d875 (patch)
tree12a5b228a9b88b1a06492a615d358c760c7710a0 /js
parentbfe162fce210f38cf45ce7add5dd8fe73d8a0c0c (diff)
prefs: reload after OPML import
Diffstat (limited to 'js')
-rwxr-xr-xjs/prefs.js10
1 files changed, 3 insertions, 7 deletions
diff --git a/js/prefs.js b/js/prefs.js
index 974170d9b..34ccbac90 100755
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -740,15 +740,10 @@ function opmlImportComplete(iframe) {
title: __("OPML Import"),
style: "width: 600px",
onCancel: function () {
- updateFeedList();
- updateFilterList();
- updateLabelList();
+ window.location.reload();
},
execute: function () {
- updateFeedList();
- updateFilterList();
- updateLabelList();
- this.hide();
+ window.location.reload();
},
content: content
});
@@ -876,6 +871,7 @@ function init() {
"dijit/form/CheckBox",
"dijit/form/DropDownButton",
"dijit/form/FilteringSelect",
+ "dijit/form/MultiSelect",
"dijit/form/Form",
"dijit/form/RadioButton",
"dijit/form/ComboButton",