mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:15:54 +00:00
opml import: display progress notification
This commit is contained in:
3
prefs.js
3
prefs.js
@@ -971,10 +971,9 @@ function opmlImport() {
|
|||||||
alert(__("No OPML file to upload."));
|
alert(__("No OPML file to upload."));
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
|
notify_progress("Importing, please wait...", true);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
notify_progress("Importing, please wait...", true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateFilterList(sort_key) {
|
function updateFilterList(sort_key) {
|
||||||
|
|||||||
Reference in New Issue
Block a user