From 793ec6ff2242baf32d03558b015694e913f4bed6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 31 May 2008 07:52:52 +0100 Subject: [PATCH] do not autohide notify in view() --- viewfeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewfeed.js b/viewfeed.js index 1cefc2d61..21e9f48bf 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -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) {