From: Andrew Dolgov Date: Sun, 7 Nov 2010 16:41:28 +0000 (+0300) Subject: opml import: display progress notification X-Git-Tag: 1.5.0~376 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4d7cd9ed74fe136eb38fd8a26e42f9bb6f1e08a5;p=tt-rss.git opml import: display progress notification --- diff --git a/prefs.js b/prefs.js index c2f9d65c..d7df55b7 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) {