do not autohide notify in view()

This commit is contained in:
Andrew Dolgov 2008-05-31 07:52:52 +01:00
parent 444ab38f3f
commit 793ec6ff22
1 changed files with 1 additions and 1 deletions

View File

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