do not autohide notify in view()

master
Andrew Dolgov 16 years ago
parent 444ab38f3f
commit 793ec6ff22

@ -444,7 +444,7 @@ function view(id, feed_id, skip_history) {
if (!cached_article) {
notify_progress("Loading, please wait...");
notify_progress("Loading, please wait...", true);
} else if (cached_article && article_is_unread) {

Loading…
Cancel
Save