]> git.wh0rd.org - tt-rss.git/commitdiff
do not autohide notify in view()
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 31 May 2008 06:52:52 +0000 (07:52 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 31 May 2008 06:52:52 +0000 (07:52 +0100)
viewfeed.js

index 1cefc2d619832534c96712effec1de99359031c3..21e9f48bfa6a7d76930233d62b6846a1ea3879f7 100644 (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) {