summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/prefs.js b/prefs.js
index c2f9d65c0..d7df55b75 100644
--- a/prefs.js
+++ b/prefs.js
@@ -971,10 +971,9 @@ function opmlImport() {
alert(__("No OPML file to upload."));
return false;
} else {
+ notify_progress("Importing, please wait...", true);
return true;
}
-
- notify_progress("Importing, please wait...", true);
}
function updateFilterList(sort_key) {