opml import: display progress notification
This commit is contained in:
parent
505b4b034d
commit
4d7cd9ed74
1 changed files with 1 additions and 2 deletions
3
prefs.js
3
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) {
|
||||
|
|
Loading…
Reference in a new issue