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) {