summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-07 19:41:28 +0300
committerAndrew Dolgov <[email protected]>2010-11-07 19:41:28 +0300
commit4d7cd9ed74fe136eb38fd8a26e42f9bb6f1e08a5 (patch)
tree59b1b4bd274096a56d430b822dd3b6b639109a5e /prefs.js
parent505b4b034dd4ea8bb2b5af7afca1428455b98db3 (diff)
opml import: display progress notification
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) {