From: Andrew Dolgov Date: Sat, 31 May 2008 06:52:52 +0000 (+0100) Subject: do not autohide notify in view() X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=793ec6ff2242baf32d03558b015694e913f4bed6;p=tt-rss.git do not autohide notify in view() --- diff --git a/viewfeed.js b/viewfeed.js index 1cefc2d6..21e9f48b 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) {