1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:25:57 +00:00

opml import: display progress notification

This commit is contained in:
Andrew Dolgov
2010-11-07 19:41:28 +03:00
parent 505b4b034d
commit 4d7cd9ed74

View File

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